File: makefile

package info (click to toggle)
cmph 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,748 kB
  • sloc: ansic: 10,582; cpp: 2,429; makefile: 151; sh: 111; python: 48; xml: 5
file content (12 lines) | stat: -rwxr-xr-x 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
all: 
	latex bdz.tex
	bibtex bdz
	latex bdz.tex
	latex bdz.tex
	dvips bdz.dvi -o bdz.ps
run: clean all 
	gv bdz.ps &
html: clean all
	latex2html bdz.tex
clean:
	rm bdz.dvi bdz.ps *.lot *.lof *.aux *.bbl *.blg *.log *.toc