source:
vbox/trunk/src/libs/ffmpeg-20060710/doc/Makefile@
7692
Last change on this file since 7692 was 5776, checked in by , 17 years ago | |
---|---|
File size: 357 bytes |
Line | |
---|---|
1 | -include ../config.mak |
2 | |
3 | VPATH=$(SRC_PATH)/doc |
4 | |
5 | all: 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 | |
17 | clean: |
18 | rm -f *.html *.pod *.1 |
Note:
See TracBrowser
for help on using the repository browser.