Mercurial > urweb
view doc/Makefile @ 1916:e2345c438f08
Postgres: print SQLSTATE on DML failure, to help figure out when new special cases should be added
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 27 Nov 2013 15:42:24 -0500 |
parents | a6159d0940f0 |
children |
line wrap: on
line source
PAPERS=manual FIGURES= all: $(PAPERS:%=%.dvi) $(PAPERS:%=%.ps) $(PAPERS:%=%.pdf) %.dvi: %.tex $(FIGURES:%=%.eps) latex $< latex $< %.ps: %.dvi dvips $< -o $@ %.pdf: %.dvi $(FIGURES:%=%.pdf) pdflatex $(<:%.dvi=%) %.pdf: %.eps epstopdf $< clean: rm -f *.aux *.bbl *.blg *.dvi *.log *.pdf *.ps .PHONY: all clean