petidomo/docs/Makefile.am

18 lines
319 B
Makefile
Raw Normal View History

2008-12-11 22:46:44 +00:00
#
# Petidomo User Manual
#
# .tex.dvi:
# latex \\nonstopmode\\input $<; \
# while grep 'Rerun to' $*.log; do \
# latex \\nonstopmode\\input $<; \
# done
#
# .dvi.ps:
# dvips $< -o $@
#
# all: petidomo.ps
#
# clean distclean realclean:
# rm -f petidomo.aux petidomo.dvi petidomo.log petidomo.ps petidomo.toc