VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/doc/Makefile@ 9713

Last change on this file since 9713 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

File size: 357 bytes
Line 
1-include ../config.mak
2
3VPATH=$(SRC_PATH)/doc
4
5all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
6 ffmpeg.1 ffserver.1 ffplay.1
7
8%.html: %.texi Makefile
9 texi2html -monolithic -number $<
10
11%.pod: %-doc.texi
12 ./texi2pod.pl $< $@
13
14%.1: %.pod
15 pod2man --section=1 --center=" " --release=" " $< > $@
16
17clean:
18 rm -f *.html *.pod *.1
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette