stasis-aries-wal/doc/paper3/Makefile

33 lines
447 B
Makefile
Raw Normal View History

2006-04-20 05:36:01 +00:00
# This is a simple, general makefile for LaTeX documents.
.SECONDARY:
2006-04-20 19:32:58 +00:00
all: LLADD.pdf
2006-04-20 05:36:01 +00:00
2006-04-20 19:32:58 +00:00
#%: %.tex %.bib
# latex $<
# bibtex $*
# latex $<
# latex $<
2006-04-20 05:36:01 +00:00
2006-04-20 19:32:58 +00:00
%.dvi: %.tex %.bib
touch $*.ent
latex $*.tex
2006-04-20 05:36:01 +00:00
bibtex $*
2006-04-20 19:32:58 +00:00
latex $*.tex
latex $*.tex
2006-04-20 05:36:01 +00:00
%.ps: %.dvi %.tex
dvips -t letter -o $@ $<
2006-04-20 19:32:58 +00:00
%.pdf: %.tex %.bib
touch $*.ent
pdflatex $*.tex
bibtex $*
pdflatex $*.tex
pdflatex $*.tex
# ps2pdf $< $@
2006-04-20 05:36:01 +00:00
clean:
rm -f *.aux *.log *.dvi *.bbl *.blg *~ *.ent