File: Makefile

package info (click to toggle)
backup-manager 0.5.7-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 85
  • sloc: sh: 1,126; perl: 378; makefile: 151
file content (16 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

BASE	= user-guide
SOURCE	= $(BASE).sgml

install: pdf txt html

pdf:
	debiandoc2pdf $(SOURCE)
txt:
	debiandoc2text $(SOURCE)
html:
	debiandoc2html $(SOURCE)

clean:
	rm -f *.pdf *.txt *.tpt
	rm -rf $(BASE).html