# General makefile for Latex stuff LATEX=latex \\nonstopmode \\input BIBTEX=bibtex dvi: core.dvi ps: core.ps core.dvi: core.tex -$(LATEX) core.tex $(BIBTEX) core -$(LATEX) core.tex -$(LATEX) core.tex ######## General rules .SUFFIXES: .PRECIOUS: %.tex %.ps %.bbl %.ps: %.dvi dvips -f < $< > $@ clean: $(RM) *.aux *.log distclean: clean $(RM) prims.tex *.dvi *.ps *.bbl *.blg *.gz maintainer-clean: distclean # dummy targets all: boot: install: install-docs: html: chm: HxS: # End of file