File: Makefile.am

package info (click to toggle)
linux-atm 1%3A2.5.1-1.5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 7,512 kB
  • ctags: 4,814
  • sloc: ansic: 36,137; sh: 9,573; yacc: 1,193; lex: 556; makefile: 325; 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