head 1.4; access; symbols petidomo-2-2:1.1.1.1 petidomo:1.1.1; locks; strict; comment @# @; 1.4 date 2000.12.13.13.28.49; author simons; state dead; branches; next 1.3; 1.3 date 2000.12.13.13.26.10; author simons; state Exp; branches; next 1.2; 1.2 date 2000.12.13.13.24.51; author simons; state Exp; branches; next 1.1; 1.1 date 2000.12.13.13.19.32; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.13.13.19.32; author simons; state Exp; branches; next ; desc @@ 1.4 log @Renamed GNUmakefile to Makefile; there's nothing in this makefile that's specific to GNU make. @ text @# # Petidomo User Manual # # $Header: /d1/e/petidomo/cvs/petidomo/documentation/GNUmakefile,v 1.3 2000/12/13 13:26:10 simons Exp $ # 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.idx petidomo.log petidomo.ps petidomo.toc rm -f ml-principle1.eps ml-principle2.eps directory-struct.eps @ 1.3 log @Added '-f' flag to the 'rm' call in the clean target. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/documentation/GNUmakefile,v 1.2 2000/12/13 13:24:51 simons Exp $ @ 1.2 log @Cleaned the Makefile up a lot. Removed explicit targets whereever an implicit target will do. @ text @d4 1 a4 1 # $Header: /home/cvs/OpenPetidomo/documentation/GNUmakefile,v 1.4 2000/08/01 12:26:29 simons Exp $ d28 1 a28 1 rm petidomo.aux petidomo.dvi petidomo.idx petidomo.log petidomo.ps petidomo.toc @ 1.1 log @Initial revision @ text @d4 1 a4 1 # $Header: /home/cvs/OpenPetidomo/documentation/GNUmakefile,v 1.1 1999/08/27 13:41:17 simons Exp $ d7 1 a7 1 include ../include/petidomo.mk d9 5 a13 4 # # Targets # .PHONY: all clean distclean realclean d15 2 a16 1 all: petidomo.ps license.ps d18 2 a19 2 petidomo.ps: petidomo.dvi $(DVIPS) petidomo.dvi -o petidomo.ps d21 1 a21 4 petidomo.dvi: petidomo.tex ml-principle1.eps ml-principle2.eps directory-struct.eps $(LATEX) petidomo.tex $(MAKEINDEX) -c petidomo.idx $(LATEX) petidomo.tex a23 2 $(FIG2DEV) -L ps ml-principle1.fig ml-principle1.eps a24 2 $(FIG2DEV) -L ps ml-principle2.fig ml-principle2.eps a25 4 $(FIG2DEV) -L ps directory-struct.fig directory-struct.eps license.ps: license.dvi $(DVIPS) license.dvi -o license.ps d27 2 a28 8 license.dvi: license.tex $(LATEX) license.tex $(MAKEINDEX) -c license.idx $(LATEX) license.tex clean: rm -f petidomo.dvi petidomo.log petidomo.aux petidomo.idx petidomo.toc rm -f petidomo.ilg petidomo.ind .toc-is-built petidomo.ps a29 2 rm -f license.dvi license.log license.aux license.idx license.toc rm -f license.ilg license.ind .toc-is-built license.ps @ 1.1.1.1 log @Imported Petidomo 2.2 as found on www.petidomo.com. @ text @@