File: Makefile

package info (click to toggle)
svn-buildpackage 0.6.16etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 260 kB
  • ctags: 42
  • sloc: perl: 1,399; makefile: 76; sh: 26
file content (16 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: clean build softclean

build:
	debiandoc2html HOWTO.sgml
	debiandoc2pdf HOWTO.sgml
	debiandoc2pdf HOWTO.sgml
# latex permanently reports minor problems so ignore errors from debiandoc2pdf
#	debiandoc2pdf HOWTO.sgml >/dev/null 2>&1 || true
#	debiandoc2pdf HOWTO.sgml >/dev/null 2>&1 || true
	@test -f HOWTO.pdf

clean:
	rm -rf *~ *.log *.toc *.pdf *.ps *.aux *.error *.tex *.dvi *.out *.xml *.html *.aux *.tpt

softclean:
	rm -f *.toc *.tex *.out *.aux *.log