From 87db9ff6f8b5ef1f0843e2e754ea92ffeccd3552 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Sun, 21 May 2000 02:49:14 +0000 Subject: Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages. PR: bin/5693 docs/9352 --- gnu/usr.bin/groff/Makefile.cfg | 6 +++--- 1 file 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" \ -- cgit v1.2.3