File: Makefile.am

package info (click to toggle)
linux-atm 2.4.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,892 kB
  • ctags: 6,138
  • sloc: ansic: 40,265; sh: 8,968; yacc: 1,181; lex: 555; makefile: 433; perl: 162
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