petidomo/docs/Makefile
Peter Simons e28944fe2e - Removed all use of html.sty.
- Removed all references to the CGI manager.

 - Removed autoconf support.

 - Removed the index.

 - Reformatted the document to look good and to compile without
   warnings.
2000-12-13 14:24:03 +00:00

29 lines
544 B
Makefile

#
# Petidomo User Manual
#
# $Header$
#
all: petidomo.ps
%.dvi : %.tex
latex \\nonstopmode\\input $<; \
while egrep 'Rerun to' $*.log; do \
latex \\nonstopmode\\input $<; \
done
%.ps : %.dvi
dvips $< -o $@
%.eps: %.fig
fig2dev -L ps $< $@
petidomo.dvi: ml-principle1.eps ml-principle2.eps directory-struct.eps
ml-principle1.eps: ml-principle1.fig
ml-principle2.eps: ml-principle2.fig
directory-struct.eps: directory-struct.fig
clean distclean realclean:
rm -f petidomo.aux petidomo.dvi petidomo.log petidomo.ps petidomo.toc