# 1996: Hans Georg Schaathun # # Sample LaTeX Makefile for GNU make. # This Makefile depends on the file patterns, which will define pattern # rules for LaTeX files. include $(HOME)/lib/latex/Makefile/patterns include ../makefile.patterns STYLES = ../styles/* all: dictionary.ps dictionary dictionary: dictionary.dvi dictionary.tex $(STYLES) $(L2H) -split 0 dictionary clean: -/bin/rm -f *.log *.aux *.dvi *.bak *~ *.lpr cleanall: clean -/bin/rm -rf dictionary