patches/ffmpeg-10-Makefile-quick-texi2html-fix.diff
author jurikm
Mon, 12 Dec 2011 10:59:33 +0000
changeset 8007 d993143e49f0
parent 3702 e21d4aa0f787
child 8540 2b6015735609
permissions -rw-r--r--
encumbered/SFEffmpeg.spec

--- ffmpeg-0.9/doc/Makefile	Mon Dec 12 10:12:04 2011
+++ ffmpeg-0.9/doc/Makefile	Mon Dec 12 10:16:36 2011
@@ -20,7 +20,7 @@
 doc/%.html: TAG = HTML
 doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init
 	$(Q)$(TEXIDEP)
-	$(M)texi2html -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
+	$(M)texi2html -monolithic $<
 
 doc/%.pod: TAG = POD
 doc/%.pod: doc/%.texi