~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ffmpeg/doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
 
2
     ffmpeg.1 ffserver.1 ffplay.1
 
3
 
 
4
%.html: %.texi Makefile
 
5
        texi2html -monolithic -number $<
 
6
 
 
7
%.pod: %-doc.texi
 
8
        ./texi2pod.pl $< $@
 
9
 
 
10
%.1: %.pod
 
11
        pod2man --section=1 --center=" " --release=" " $< > $@
 
12
 
 
13
clean:
 
14
        rm -f *.html *.pod *.1