NOTANGLE=notangle 
NOWEAVE=noweave

.SUFFIXES: .i3 .m3 .nw  .dvi .html .ltx

.nw.html:
	$(NOWEAVE) -filter l2h -index -html $*.nw > $*.html

.ltx.dvi:
	latex $*.ltx
	latex $*.ltx

.nw.ltx:	
	$(NOWEAVE) -index $*.nw > $*.ltx
.nw.i3:
	$(NOTANGLE) -Rinterface -L'<* LINE %L "%F" *>%N' $*.nw > $*.i3
.nw.m3:	
	$(NOTANGLE) -L'<* LINE %L "%F" *>%N' $*.nw > $*.m3

unbndd-1d-ipl-code.ltx:	unbndd-1d-ipl-code.nw
	$(NOWEAVE) -index $? > $@

	
