1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
vcdimager_TEXINFOS = fdl.texi gpl.texi glossary.texi
EXTRA_DIST = cvd-subtitles.pod svcd-ogt-subtitles.pod doxygen/Doxyfile.in doxygen/run_doxygen
pdf: vcdimager.pdf vcd-info.pdf vcdxrip.pdf
txt: vcdimager.txt vcd-info.txt vcdxrip.txt svcd-ogt-subtitles.txt \
cvd-subtitles.txt
ps: vcdimager.ps vcd-info.ps
html: vcdimager.html vcd-info.html vcdxrip.html svcd-ogt-subtitles.html \
cvd-subtitles.html
%.ps.gz: %.ps
gzip -9c $< > $@
.texi.dvi:
@echo texi2dvi is broken
.texi.pdf: stamp-vti
texi2pdf $<
.texi.html: stamp-vti
texi2html $<
.pod.html:
pod2html $< > $@
.pod.txt:
pod2text $< > $@
.texi.txt:
makeinfo --no-headers $< > $@
all-formats: pdf dvi txt ps html
EXTRA_DIST = cvd-subtitles.pod svcd-ogt-subtitles.pod
MOSTLYCLEANFILES = vcdimager.tgs vcdimager.ps.gz vcdimager.pdf vcdimager.html vcdimager_toc.html vcdimager_foot.html vcd-info.cps vcd-info.kys vcd-info.html vcd-info.fns vcd-info.ps.gz vcd-info.pdf vcdxrip.cps vcdxrip.kys vcdxrip.html vcdxrip.fns vcdxrip.ps.gz vcdxrip.pdf
|