summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2002-10-27 22:00:34 +0000
committerFabrice Bellard <fabrice@bellard.org>2002-10-27 22:00:34 +0000
commit9181577ccb1ddcb3d256b533de2badd0a4fd83e9 (patch)
tree7d49b39804581b45eb9da267cd58c5fd5da05235 /doc/Makefile
parent1c0a593ac871784baea4b6de368db6d5d86ba8b9 (diff)
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/Makefile4
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 $<