summaryrefslogtreecommitdiff
path: root/fonts/psfonts/psnfss-source/charter/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/psfonts/psnfss-source/charter/makefile')
-rw-r--r--fonts/psfonts/psnfss-source/charter/makefile61
1 files changed, 61 insertions, 0 deletions
diff --git a/fonts/psfonts/psnfss-source/charter/makefile b/fonts/psfonts/psnfss-source/charter/makefile
new file mode 100644
index 0000000000..7e619b99f6
--- /dev/null
+++ b/fonts/psfonts/psnfss-source/charter/makefile
@@ -0,0 +1,61 @@
+# Makefile for Bitstream Charter [2004/01/19 PSNFSS-v9.1a (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\bitstrea\charter
+tfmdir= $(tdsdir)\fonts\tfm\bitstrea\charter
+
+# *** how to run fomtinst:
+fi= tex
+
+all: vfs installfonts
+
+vfs:
+ $(fi) inst
+ pltotf bchb8r.pl
+ pltotf bchbi8r.pl
+ pltotf bchbo8r.pl
+ pltotf bchr8r.pl
+ pltotf bchri8r.pl
+ pltotf bchro8r.pl
+ vptovf bchb7t.vpl
+ vptovf bchb8c.vpl
+ vptovf bchb8t.vpl
+ vptovf bchbc7t.vpl
+ vptovf bchbc8t.vpl
+ vptovf bchbi7t.vpl
+ vptovf bchbi8c.vpl
+ vptovf bchbi8t.vpl
+ vptovf bchbo7t.vpl
+ vptovf bchbo8c.vpl
+ vptovf bchbo8t.vpl
+ vptovf bchr7t.vpl
+ vptovf bchr8c.vpl
+ vptovf bchr8t.vpl
+ vptovf bchrc7t.vpl
+ vptovf bchrc8t.vpl
+ vptovf bchri7t.vpl
+ vptovf bchri8c.vpl
+ vptovf bchri8t.vpl
+ vptovf bchro7t.vpl
+ vptovf bchro8c.vpl
+ vptovf bchro8t.vpl
+
+installfonts:
+ -mkdir $(vfdir)
+ -mkdir $(tfmdir)
+ cp *vf $(vfdir)
+ cp *tfm $(tfmdir)
+
+clean:
+ -rm *pl b*.mtx *fd
+
+realclean: clean
+ -rm *tfm *vf
+