summaryrefslogtreecommitdiff
path: root/web/noweb/src/tex/Makefile
blob: e70616104e60b77edb6ebb256d6039f5228d6d3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SHELL=/bin/sh
NAME="name of version checked in"
CIMSG="message for version checked in"
RCSFILES=support.nw Makefile

all: nwmac.tex noweb.sty
source: nwmac.tex noweb.sty
touch: nwmac.tex noweb.sty
	touch nwmac.tex noweb.sty
boot:
	touch nwmac.tex noweb.sty

checkin:
	ci -l $(CINAME) $(CIMSG) $(RCSFILES)

nwmac.tex: support.nw
	notangle -Rnwmac.tex support.nw > nwmac.tex

noweb.sty: support.nw
	notangle -Rnoweb.sty support.nw > noweb.sty

support.tex: support.nw
	noweave -delay -x support.nw > support.tex

clean: 
	/bin/rm -f *~ *.dvi *.aux *.log *.blg *.bbl *.toc
	/bin/rm -f support.tex
clobber: clean