diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-06-02 20:13:30 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-06-02 20:13:30 +0000 |
commit | c09948b6dcbb223cd3bff706e4b03499814a9d7e (patch) | |
tree | 776e0c38b3b9ddc15324781ca24787676f197d58 /doc/Makefile | |
parent | be09b1015664a7145ae1a69a2e2106d9c038d780 (diff) | |
download | ffmpeg-c09948b6dcbb223cd3bff706e4b03499814a9d7e.tar.gz |
autogeneration of html files
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 034d4921b4..ac344908e8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,7 @@ all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html -%.html: %.texi +%.html: %.texi Makefile texi2html -monolithic -number $< + +clean: + rm -f *.html |