Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.

PR:		bin/5693 docs/9352
This commit is contained in:
Tim Vanderhoek 2000-05-21 02:49:14 +00:00
parent 57ebe41552
commit 87db9ff6f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60745

View File

@ -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" \