petidomo/docs/Makefile.am
2009-07-19 22:22:56 +02:00

18 lines
319 B
Makefile

#
# 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