petidomo/docs/Makefile

23 lines
351 B
Makefile
Raw Normal View History

2000-12-13 13:19:03 +00:00
#
# Petidomo User Manual
#
# $Header$
#
.SUFFIXES:
.SUFFIXES: .tex .dvi .ps
2000-12-13 13:19:03 +00:00
.tex.dvi:
latex \\nonstopmode\\input $<; \
while grep 'Rerun to' $*.log; do \
latex \\nonstopmode\\input $<; \
done
2000-12-13 13:19:03 +00:00
.dvi.ps:
dvips $< -o $@
2000-12-13 13:19:03 +00:00
all: petidomo.ps
2000-12-13 13:19:03 +00:00
clean distclean realclean:
rm -f petidomo.aux petidomo.dvi petidomo.log petidomo.ps petidomo.toc