summaryrefslogtreecommitdiff
path: root/fonts/webomints/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/webomints/Makefile
Initial commit
Diffstat (limited to 'fonts/webomints/Makefile')
-rw-r--r--fonts/webomints/Makefile43
1 files changed, 43 insertions, 0 deletions
diff --git a/fonts/webomints/Makefile b/fonts/webomints/Makefile
new file mode 100644
index 0000000000..2f2c2db659
--- /dev/null
+++ b/fonts/webomints/Makefile
@@ -0,0 +1,43 @@
+# Author: Maurizio Loreti, aka MLO or (HAM) I3NOO
+#
+# Address no longer current
+#
+# Work: University of Padova - Department of Physics
+# Via F. Marzolo, 8 - 35131 PADOVA - Italy
+# Phone: +39 (049) 827-7216 FAX: +39 (049) 827-7102
+# EMail: loreti@pd.infn.it
+# WWW: http://www.pd.infn.it/~loreti/mlo.html
+#
+# $Id: Makefile,v 1.8 2002/09/13 06:34:25 loreti Exp $
+
+# Dependencies
+
+%.ps:%.dvi
+ dvips -P webo -P cmz -o $@ $<
+
+%.dvi:%.tex
+ latex $<
+ while grep Rerun $*.log ; do latex $< ; done
+
+# Phony targets
+
+.PHONY: clean
+
+# Rules
+
+samples: sample1.ps sample2.ps sample3.ps
+
+sample1.ps: sample1.dvi
+
+sample2.ps: sample2.dvi
+
+sample3.ps: sample3.dvi
+
+sample1.dvi: sample1.tex
+
+sample2.dvi: sample2.tex
+
+sample3.dvi: sample3.tex
+
+clean:
+ -rm *~ *.log *.aux *.dvi *.ps *.pdf