summaryrefslogtreecommitdiff
path: root/dviware/dvibit/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 /dviware/dvibit/makefile
Initial commit
Diffstat (limited to 'dviware/dvibit/makefile')
-rw-r--r--dviware/dvibit/makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/dviware/dvibit/makefile b/dviware/dvibit/makefile
new file mode 100644
index 0000000000..52d26a9fb7
--- /dev/null
+++ b/dviware/dvibit/makefile
@@ -0,0 +1,15 @@
+#
+# Makefile for dvibit Version ?.?? 21 January 1984 James L. Schaad
+# modified from dvibit Version 1.01 1 December 1983 Mark Seen
+#
+#
+# The following definition tells where the bit maps for this program
+# are stored. Remember to also change the name of the font area in
+# the man page, dvibit.1
+FONTAREA=/usr/lib/tex/fonts/
+#
+all: dvibit
+
+dvibit: Makefile dvibit.c commands.h
+ cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c
+