[FFmpeg-devel] [PATCH] texi2html 5.0 does not understand the -number option. Remove it.
François Revol
revol
Sat Jan 29 00:11:34 CET 2011
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index c5e74f0..73880f4 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ doc/libavfilter.html: doc/filters.texi
doc/%.html: TAG = HTML
doc/%.html: doc/%.texi
- $(M)cd doc && texi2html -monolithic -number $(<:doc/%=%)
+ $(M)cd doc && texi2html -monolithic $(<:doc/%=%)
doc/%.pod: TAG = POD
doc/%.pod: doc/%.texi
--
1.7.2.2
More information about the ffmpeg-devel
mailing list