summaryrefslogtreecommitdiff
path: root/web/noweb/contrib/conrado/Makefile
blob: f7a9ee59e2232c40c04453345e9b3bc524625074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIB=/dev/null	# to be overridden by install

.SUFFIXES: .nw .icn
.nw.icn: ;	notangle -L'#line %-1L "%F"%N' $*.nw | cpif $*.icn

all: d2tex
source: d2tex
install:
	cp d2tex $(LIB)/dijkstra.filter

# TeX files.
hospital.tex: hospital.nw d2tex
	noweave -delay -filter ./d2tex hospital.nw > hospital.tex
clean:
	/bin/rm -f hospital.tex *.dvi *.aux *.log *.blg *.bbl *~