patches/ffmpeg-10-Makefile-quick-texi2html-fix.diff
changeset 8007 d993143e49f0
parent 3702 e21d4aa0f787
child 8540 2b6015735609
--- a/patches/ffmpeg-10-Makefile-quick-texi2html-fix.diff	Mon Dec 12 09:26:31 2011 +0000
+++ b/patches/ffmpeg-10-Makefile-quick-texi2html-fix.diff	Mon Dec 12 10:59:33 2011 +0000
@@ -1,15 +1,10 @@
-
-remove options the texi2html doesn't know. probably this fix is incomplete
-and html index and such might not be built.
-or we need to use a updated texi2html.
-
---- ffmpeg-0.8.2/Makefile.orig	2011-08-13 16:09:27.411986000 +0100
-+++ ffmpeg-0.8.2/Makefile	2011-08-13 16:19:15.507677662 +0100
-@@ -123,7 +123,7 @@
+--- 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_BARE)/doc/t2h.init
+ doc/%.html: doc/%.texi $(SRC_PATH)/doc/t2h.init
  	$(Q)$(TEXIDEP)
--	$(M)texi2html -monolithic --init-file $(SRC_PATH_BARE)/doc/t2h.init --output $@ $<
+-	$(M)texi2html -monolithic --init-file $(SRC_PATH)/doc/t2h.init --output $@ $<
 +	$(M)texi2html -monolithic $<
  
  doc/%.pod: TAG = POD