patches/ffmpeg-10-Makefile-quick-texi2html-fix.diff
author tom68
Sun, 14 Aug 2011 15:35:27 +0000
changeset 3702 e21d4aa0f787
child 8007 d993143e49f0
permissions -rw-r--r--
SFEffmpeg.spec ffmpeg.spec: bump to 0.8.2, add --with_runtime_cpudetect (off), fix html+man+%doc, add back reworked patches ffmpeg-09-configure* ffmpeg-10-Makefile* ffmpeg-11-add-sys_videodev2_h, parallel builds gmake -j, fix perms for %{_datadir}/doc, no mixed /bin/sh anymore - now all /usr/bin/bash


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 @@
 doc/%.html: TAG = HTML
 doc/%.html: doc/%.texi $(SRC_PATH_BARE)/doc/t2h.init
 	$(Q)$(TEXIDEP)
-	$(M)texi2html -monolithic --init-file $(SRC_PATH_BARE)/doc/t2h.init --output $@ $<
+	$(M)texi2html -monolithic $<
 
 doc/%.pod: TAG = POD
 doc/%.pod: doc/%.texi