summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/4_4/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usergrps/uktug/baskervi/4_4/makefile')
-rw-r--r--usergrps/uktug/baskervi/4_4/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usergrps/uktug/baskervi/4_4/makefile b/usergrps/uktug/baskervi/4_4/makefile
new file mode 100644
index 0000000000..f9f36df6a0
--- /dev/null
+++ b/usergrps/uktug/baskervi/4_4/makefile
@@ -0,0 +1,13 @@
+# Makefile for 300 lines per inch utility fonts.
+
+SIZ = 300gf
+
+FACE = simpsons
+
+default: $(FACE)
+
+all: $(FACE)
+
+$(FACE): $$@.mf Makefile
+ make -f ../Makefile SIZES="$(SIZ)" FONT="$@" $@.tfm'
+