summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-01 19:56:52 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-01 20:02:52 +0200
commit91acb23a2880a14e202d157c65c3a0c495b79843 (patch)
treed62c87476575582b29cdba6b102f109a96580384 /doc/Makefile
parent4aeb996f71bda3ec7c97d19d7e61efc0ebebcbfe (diff)
doc: fix insane hard texi2html dependancy
Found-by: nevcairiel Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8452ce3e12..a9b7ff4dd7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -91,7 +91,8 @@ doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
install-man:
ifdef CONFIG_MANPAGES
-install-progs-$(CONFIG_DOC): install-doc install-man
+install-progs-$(CONFIG_HTMLPAGES): install-doc
+install-progs-$(CONFIG_DOC): install-man
install-doc: $(HTMLPAGES)
$(Q)mkdir -p "$(DOCDIR)"