summaryrefslogtreecommitdiff
path: root/dviware/dvibit/makefile
blob: 52d26a9fb7e8a3d56248a10a338a98133ec94ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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