#
# The .include is a hack so that you can get the the old table of contents.  To
# do the final version, make sure you run this through scribe twice.

SFLAGS=

all: thesis

thesis:
	scribe thesis.mss ${SFLAGS}
	-mv thesis.con thesis.con.include
	-mv thesis.fig thesis.fig.include
	-mv thesis.tab thesis.tab.include


veryclean: clean
	rm -f *.imp *.lpt *.otl *.con *.aux *.fig

clean:
	rm -f core a.out *.err *~

