summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-09-06 01:08:31 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-09-07 21:41:43 +0200
commit1e97ae4ba363c9c80ec44a7be0be608bda53b66f (patch)
treefcdf6790cbfd992e0b49903ee8150b602fe343a6 /doc/Makefile
parent2df184f3d5afbf7f0f325f85ca8101c524f39adb (diff)
doc: rename *install-doc to *install-html
Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 47f5cbed46..5671050e47 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -88,14 +88,14 @@ $(DOCS) doc/doxy/html: | doc/
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
-install-doc:
+install-html:
install-man:
ifdef CONFIG_HTMLPAGES
-install-progs-$(CONFIG_DOC): install-doc
+install-progs-$(CONFIG_DOC): install-html
-install-doc: $(HTMLPAGES)
+install-html: $(HTMLPAGES)
$(Q)mkdir -p "$(DOCDIR)"
$(INSTALL) -m 644 $(HTMLPAGES) "$(DOCDIR)"
endif
@@ -110,9 +110,9 @@ install-man: $(MANPAGES)
$(INSTALL) -m 644 $(MANPAGES3) "$(MANDIR)/man3"
endif
-uninstall: uninstall-doc uninstall-man
+uninstall: uninstall-html uninstall-man
-uninstall-doc:
+uninstall-html:
$(RM) -r "$(DOCDIR)"
uninstall-man: