doc: fix insane hard texi2html dependancy

Found-by: nevcairiel
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-09-01 19:56:52 +02:00
parent 4aeb996f71
commit 91acb23a28
1 changed files with 2 additions and 1 deletions

View File

@ -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)"