File: Makefile.am

package info (click to toggle)
linux-atm 1%3A2.5.1-1.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,504 kB
  • ctags: 4,810
  • sloc: ansic: 36,137; sh: 9,526; yacc: 1,193; lex: 556; makefile: 315; perl: 186; awk: 1
file content (38 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (9)
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
EXTRA_DIST = README.CLP README.tc atm-linux-howto.sgml atm-linux-howto.txt

HOWTO = atm-linux-howto.sgml


atm-linux-howto/atm-linux-howto.html: ${HOWTO}
	sgmltools --backend=html ${HOWTO}

html: atm-linux-howto/atm-linux-howto.html


atm-linux-howto.txt: ${HOWTO}
	sgmltools --backend=txt ${HOWTO}

txt: atm-linux-howto.txt


atm-linux-howto.ps: ${HOWTO}
	sgmltools --backend=ps ${HOWTO}

ps: atm-linux-howto.ps


atm-linux-howto.pdf: ${HOWTO}
	db2pdf ${HOWTO}

pdf: atm-linux-howto.pdf


atm-linux-howto.rtf: ${HOWTO}
	db2rtf ${HOWTO}

rtf: atm-linux-howto.rtf


clean:
	-rm -rf atm-linux-howto/ *.ps *.pdf *.rtf *.out