File: Makefile

package info (click to toggle)
haskell98-report 20080907-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,144 kB
  • ctags: 105
  • sloc: haskell: 4,078; makefile: 322
file content (12 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
all : hier.ps hier.pdf

hier.ps: hier.tex
	TEXINPUTS=../styles: latex $<
	dvips -f < hier.dvi > $@

hier.pdf: hier.tex
	TEXINPUTS=../styles: pdflatex $<

.PHONY: clean
clean:
	-rm -f *.aux *.log *.blg *.dvi *.bbl *.toc *.ps *.html *.css *.png *.4ct *.4tc *.idv *.xref tex4ht.fls *.pdf