head 1.4; access; symbols PETIDOMO_4_0b6:1.4 PETIDOMO_4_0b5:1.4 PETIDOMO_4_0b4:1.4 PETIDOMO_4_0b3:1.4 BEFORETHL:1.4; locks; strict; comment @# @; 1.4 date 2001.02.12.19.34.50; author simons; state Exp; branches; next 1.3; 1.3 date 2000.12.13.14.24.03; author simons; state Exp; branches; next 1.2; 1.2 date 2000.12.13.13.54.51; author simons; state Exp; branches; next 1.1; 1.1 date 2000.12.13.13.28.49; author simons; state Exp; branches; next ; desc @@ 1.4 log @Replaced GNU make-specific stuff by the general make syntax to make the file more portable. @ text @# # Petidomo User Manual # # $Header: /e/ossp/cvs/ossp-pkg/petidomo/docs/Makefile,v 1.3 2000/12/13 14:24:03 simons Exp $ # .SUFFIXES: .SUFFIXES: .tex .dvi .ps .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 @ 1.3 log @ - 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. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/documentation/Makefile,v 1.2 2000/12/13 13:54:51 simons Exp $ d7 2 a8 1 all: petidomo.ps d10 1 a10 1 %.dvi : %.tex d12 1 a12 1 while egrep 'Rerun to' $*.log; do \ d16 1 a16 1 %.ps : %.dvi d19 1 a19 8 %.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 @ 1.2 log @Don't erase the EPS files at 'clean'. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/documentation/Makefile,v 1.1 2000/12/13 13:28:49 simons Exp $ d28 1 a28 1 rm -f petidomo.aux petidomo.dvi petidomo.idx petidomo.log petidomo.ps petidomo.toc @ 1.1 log @Renamed GNUmakefile to Makefile; there's nothing in this makefile that's specific to GNU make. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/documentation/GNUmakefile,v 1.3 2000/12/13 13:26:10 simons Exp $ a28 1 rm -f ml-principle1.eps ml-principle2.eps directory-struct.eps @