aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-09-28 19:31:07 +0000
committerBruce Evans <bde@FreeBSD.org>1995-09-28 19:31:07 +0000
commit252eedb90d45e01b49fb2bec37b3f89defb100b7 (patch)
treea8eadea5d2f1f89fa104d9d193ae77c9aab3bdb7 /gnu
parentabc260cb3f4658b13e7d01d94118004d5228dd0a (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 259319344613..406e24ee2813 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -41,6 +41,8 @@ DVIPRINT=lpr -d
# Don't touch...
g=
+tmac_s=s
+tmac_m=m
device=ps
fontdir=/usr/share/groff_font
fontpath=$(fontdir)
@@ -106,7 +108,7 @@ CFLAGS+=$(DEFINES)
-e "s;@FONTPATH@;$(fontpath);g" \
-e "s;@MACRODIR@;$(tmacdir);g" \
-e "s;@MACROPATH@;$(tmacpath);g" \
- -e "s;@DEVICE@;$(DEVICE);g" \
+ -e "s;@DEVICE@;$(device);g" \
-e "s;@DEFAULT_INDEX@;$(indexdir)/$(indexname);g" \
-e "s;@DEFAULT_INDEX_NAME@;$(indexname);g" \
-e "s;@INDEX_SUFFIX@;$(indexext);g" \