#
# Makefile for Tcl quick reference card
#

tcl.ps: tcl.dvi
	dvips -o tcl.ps -t landscape tcl.dvi

tcl.dvi: tcl.tex
	tex tcl.tex

clean:
	$(RM) tcl.ps tcl.dvi tcl.log QuickRef.tar.gz *~

dist: tcl.tex tcl.ps README Makefile
	tar -czf QuickRef.tar.gz tcl.tex tcl.ps README Makefile
