From dba755faccc8903affd81502a692ce7f483454a9 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 21 Oct 2009 18:22:20 +0000 Subject: [PATCH] Rename vfilters.texi to libavfilter.texi, as the file is meant to document libavfilter and not only its video filtering facilities. Originally committed as revision 20338 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- doc/{vfilters.texi => libavfilter.texi} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename doc/{vfilters.texi => libavfilter.texi} (97%) diff --git a/Makefile b/Makefile index 326d17aa7c..190493d1f5 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ alltools: $(TOOLS) documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \ ffplay-doc.html ffserver-doc.html \ - general.html vfilters.html $(ALLMANPAGES)) + general.html libavfilter.html $(ALLMANPAGES)) doc/%.html: doc/%.texi texi2html -monolithic -number $< diff --git a/doc/vfilters.texi b/doc/libavfilter.texi similarity index 97% rename from doc/vfilters.texi rename to doc/libavfilter.texi index 82b60cb762..f8189f1c38 100644 --- a/doc/vfilters.texi +++ b/doc/libavfilter.texi @@ -1,9 +1,9 @@ \input texinfo @c -*- texinfo -*- -@settitle Video Filter Documentation +@settitle Libavfilter Documentation @titlepage @sp 7 -@center @titlefont{Video Filter Documentation} +@center @titlefont{Libavfilter Documentation} @sp 3 @end titlepage