Newer
Older
INPUT = $(wildcard *.tex)
ALL = $(INPUT:.tex=.pdf)
%.pdf: %.tex sdb-h.expand
latex $*.tex
latex $*.tex
dvipdfm $*.dvi
rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof
sdb-h.expand: sdb.h
INPUT = $(wildcard *.tex)
ALL = $(INPUT:.tex=.pdf)
%.pdf: %.tex sdb-h.expand
latex $*.tex
latex $*.tex
dvipdfm $*.dvi
rm -rf *.aux *.dvi *.log *.pdf *.toc *.lot *.lof
sdb-h.expand: sdb.h