summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-05-21 02:49:14 +0000
committerhoek <hoek@FreeBSD.org>2000-05-21 02:49:14 +0000
commit917cf672e90b930e1b49db8eebc466f27c93134b (patch)
treea7bca70479578ee7e9f8ee54efe1c581381e4a3f /gnu
parent8846e3be2e5414c8d79ef5e0ea4d518d21312abc (diff)
downloadFreeBSD-src-917cf672e90b930e1b49db8eebc466f27c93134b.zip
FreeBSD-src-917cf672e90b930e1b49db8eebc466f27c93134b.tar.gz
Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.
PR: bin/5693 docs/9352
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 48d1f42..3138a77 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -42,8 +42,8 @@ DVIPRINT=lpr -d
# Don't touch...
g=
-tmac_s_prefix=s
-tmac_m_prefix=m
+tmac_s_prefix=
+tmac_m=m
device=ps
fontdir=/usr/share/groff_font
fontpath=$(fontdir)
@@ -120,7 +120,7 @@ CXXFLAGS+= -fno-rtti -fno-exceptions
-e "s;@MAN5EXT@;5;g" \
-e "s;@MAN7EXT@;7;g" \
-e "s;@TMAC_S_PREFIX@;$(tmac_s_prefix);g" \
- -e "s;@TMAC_M_PREFIX@;$(tmac_m_prefix);g" \
+ -e "s;@TMAC_M@;$(tmac_m);g" \
-e "s;@TMAC_MDIR@;$(tmacdir)/mm;g" \
-e "s;@BROKEN_SPOOLER_FLAGS@;$(BROKEN_SPOOLER_FLAGS);g" \
-e "s;@VERSION@;`cat ${GROFF_DIST}/VERSION`;g" \
OpenPOWER on IntegriCloud