Long Term ST Database 1.0.0

File: <base>/lt00/latex/Makefile (457 bytes)
# file: Makefile	George B. Moody (george@mit.edu)
#
# To test the CinC LaTeX files copy ../cinc* to this directory and type 'make'.

# lt00.ps:	lt00.dvi
#	 dvips -o lt00.ps lt00

lt00.dvi:	lt00.tex
	latex lt00	# creates lt00.aux, needed by bibtex
	bibtex lt00	# creates lt00.bbl, needed by latex
	latex lt00	# merges references
	latex lt00      # produces final copy with correct citation numbers

clean:
	rm -f lt00.aux lt00.bbl lt00.blg lt00.dvi lt00.log