diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-10-27 22:00:34 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-10-27 22:00:34 +0000 |
commit | 9181577ccb1ddcb3d256b533de2badd0a4fd83e9 (patch) | |
tree | 7d49b39804581b45eb9da267cd58c5fd5da05235 /doc/Makefile | |
parent | 1c0a593ac871784baea4b6de368db6d5d86ba8b9 (diff) | |
download | ffmpeg-9181577ccb1ddcb3d256b533de2badd0a4fd83e9.tar.gz |
new texinfo documentation - HTML version also included
Originally committed as revision 1085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000000..7c0bd280f5 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,4 @@ +all: ffmpeg-doc.html + +%.html: %.texi + texi2html -monolithic -number $< |