aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 02:49:14 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-21 02:49:14 +0000
commit87db9ff6f8b5ef1f0843e2e754ea92ffeccd3552 (patch)
tree703451a9629436c5a6acc583c7f913ab2c7c9699
parent57ebe4155206cba044cd4da37d459871f5267475 (diff)
downloadsrc-87db9ff6f8b5ef1f0843e2e754ea92ffeccd3552.tar.gz
src-87db9ff6f8b5ef1f0843e2e754ea92ffeccd3552.zip
Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.
PR: bin/5693 docs/9352
Notes
Notes: svn path=/head/; revision=60745
-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 48d1f42f351f..3138a7790f44 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" \