[FFmpeg-cvslog] doc: fix insane hard texi2html dependancy

Michael Niedermayer git at videolan.org
Sun Sep 1 20:04:14 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep  1 19:56:52 2013 +0200| [91acb23a2880a14e202d157c65c3a0c495b79843] | committer: Michael Niedermayer

doc: fix insane hard texi2html dependancy

Found-by: nevcairiel
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91acb23a2880a14e202d157c65c3a0c495b79843
---

 doc/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 8452ce3..a9b7ff4 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)"



More information about the ffmpeg-cvslog mailing list