PROGS = pgmhack.c

TAR = /tmp/markup.tar

GEN = sample.tex main.ps main.html more.html sample.html \
	0.gif 1.gif 2.gif \
	system-block-diag.ps system-block-diag.gif \
	cross.ps cross.gif

DIST = $(GEN) main.mar more.mar sample.mar bib.mar sphere.ps \
	COPYING Makefile README loadem.exec code.tex convert.scm \
	dot.scm html-parser.scm html.scm latex.scm layout.scm \
	main.scm markup.scm match48.scm notes.txt \
	pgmhack.c util.scm init.plt

tar:
	rm -f $(TAR).gz
	tar cfv $(TAR) $(DIST)
	gzip $(TAR)
	ls -l $(TAR).gz
