source:
vbox/trunk/src/libs/ffmpeg-20060710/doc/Makefile@
8459
最後變更 在這個檔案從8459是 5776,由 提交於 17 年 前 | |
---|---|
檔案大小: 357 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器