summaryrefslogtreecommitdiff
path: root/fonts/psfonts/psnfss-source/courier/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/psfonts/psnfss-source/courier/makefile')
-rw-r--r--fonts/psfonts/psnfss-source/courier/makefile53
1 files changed, 53 insertions, 0 deletions
diff --git a/fonts/psfonts/psnfss-source/courier/makefile b/fonts/psfonts/psnfss-source/courier/makefile
new file mode 100644
index 0000000000..2d42c2074f
--- /dev/null
+++ b/fonts/psfonts/psnfss-source/courier/makefile
@@ -0,0 +1,53 @@
+# Makefile for Adobe Courier [2003/09/26 PSNFSS-v9.1 (WaS)]
+
+# This is for OS/2 with emTeX/TDS and GNU Make or IBM's nmake;
+# *** asterisks indicate directory names and commands
+# which need to be customized for other systems.
+
+# *** the TDS root dirctory:
+tdsdir= e:\texmf
+
+# *** where the .vf and .tfm files should go:
+vfdir= $(tdsdir)\fonts\vf\adobe\courier
+tfmdir= $(tdsdir)\fonts\tfm\adobe\courier
+
+# *** how to run fontinst:
+fi= fi-1801
+
+all: vfs installfonts
+
+vfs:
+ $(fi) inst
+ pltotf pcrb8r.pl
+ pltotf pcrbo8r.pl
+ pltotf pcrr8r.pl
+ pltotf pcrro8r.pl
+ vptovf pcrb7t.vpl
+ vptovf pcrb8c.vpl
+ vptovf pcrb8t.vpl
+ vptovf pcrbc7t.vpl
+ vptovf pcrbc8t.vpl
+ vptovf pcrbo7t.vpl
+ vptovf pcrbo8c.vpl
+ vptovf pcrbo8t.vpl
+ vptovf pcrr7t.vpl
+ vptovf pcrr8c.vpl
+ vptovf pcrr8t.vpl
+ vptovf pcrrc7t.vpl
+ vptovf pcrrc8t.vpl
+ vptovf pcrro7t.vpl
+ vptovf pcrro8c.vpl
+ vptovf pcrro8t.vpl
+
+installfonts:
+ -mkdir $(vfdir)
+ -mkdir $(tfmdir)
+ cp *vf $(vfdir)
+ cp *tfm $(tfmdir)
+
+clean:
+ -rm *pl *mtx *fd
+
+realclean: clean
+ -rm *tfm *vf
+