1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

@@ -91,7 +91,8 @@ doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
install-man: install-man:
ifdef CONFIG_MANPAGES 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) install-doc: $(HTMLPAGES)
$(Q)mkdir -p "$(DOCDIR)" $(Q)mkdir -p "$(DOCDIR)"