OSSP CVS Repository

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

Check-in Number: 206
Date: 2000-Dec-12 14:28:49 (local)
2000-Dec-12 13:28:49 (UTC)
User:simons
Branch:
Comment: Renamed GNUmakefile to Makefile; there's nothing in this makefile that's specific to GNU make.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/docs/Makefile      added-> 1.1

ossp-pkg/petidomo/docs/Makefile -> 1.1

*** /dev/null    Thu May 16 07:45:25 2024
--- -    Thu May 16 07:47:58 2024
***************
*** 0 ****
--- 1,29 ----
+ #
+ # Petidomo User Manual
+ #
+ # $Header: /v/ossp/cvs/ossp-pkg/petidomo/docs/Makefile,v 1.1 2000/12/13 13:28:49 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

CVSTrac 2.0.1