File: Makefile.am

package info (click to toggle)
vcdimager 2.0.1%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,160 kB
  • sloc: ansic: 17,956; sh: 4,828; xml: 317; makefile: 254; cpp: 58
file content (39 lines) | stat: -rw-r--r-- 1,014 bytes parent folder | download | duplicates (4)
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