OSSP CVS Repository

ossp - Check-in [385]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 385
Date: 2001-Feb-12 20:34:50 (local)
2001-Feb-12 19:34:50 (UTC)
User:simons
Branch:
Comment: Replaced GNU make-specific stuff by the general make syntax to make the file more portable.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/docs/Makefile      1.3 -> 1.4     7 inserted, 13 deleted

ossp-pkg/petidomo/docs/Makefile 1.3 -> 1.4

--- Makefile     2000/12/13 14:24:03     1.3
+++ Makefile     2001/02/12 19:34:50     1.4
@@ -1,28 +1,22 @@
 #
 # Petidomo User Manual
 #
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/docs/Makefile,v 1.3 2000/12/13 14:24:03 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/docs/Makefile,v 1.4 2001/02/12 19:34:50 simons Exp $
 #
 
-all:    petidomo.ps
+.SUFFIXES:
+.SUFFIXES:      .tex .dvi .ps
 
-%.dvi : %.tex
+.tex.dvi:
         latex \\nonstopmode\\input $<; \
-        while egrep 'Rerun to' $*.log; do \
+        while grep 'Rerun to' $*.log; do \
              latex \\nonstopmode\\input $<; \
         done
 
-%.ps : %.dvi
+.dvi.ps:
         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
+all:    petidomo.ps
 
 clean distclean realclean:
         rm -f petidomo.aux petidomo.dvi petidomo.log petidomo.ps petidomo.toc

CVSTrac 2.0.1