mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
added ffplay documentation - added automatic man page generation for ffmpeg, ffserver and ffplay
Originally committed as revision 2136 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+9
-2
@@ -1,7 +1,14 @@
|
||||
all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
|
||||
all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
|
||||
ffmpeg.1 ffserver.1 ffplay.1
|
||||
|
||||
%.html: %.texi Makefile
|
||||
texi2html -monolithic -number $<
|
||||
|
||||
%.pod: %-doc.texi
|
||||
./texi2pod.pl $< $@
|
||||
|
||||
%.1: %.pod
|
||||
pod2man --section=1 --center=" " --release=" " $< > $@
|
||||
|
||||
clean:
|
||||
rm -f *.html
|
||||
rm -f *.html *.pod *.1
|
||||
|
||||
Reference in New Issue
Block a user