Fixed substitution of @TMAC_S_PREFIX@ and @TMAC_M_PREFIX@.

This commit is contained in:
Bruce Evans 1997-03-08 19:06:23 +00:00
parent 1e85e4dbb0
commit 388fb3082e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23535

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile.cfg,v 2.3 1997/02/22 15:45:42 peter Exp $
BINDIR?= /usr/bin
SHELL= /bin/sh
@ -42,8 +42,8 @@ DVIPRINT=lpr -d
# Don't touch...
g=
tmac_s=s
tmac_m=m
tmac_s_prefix=s
tmac_m_prefix=m
device=ps
fontdir=/usr/share/groff_font
fontpath=$(fontdir)
@ -119,8 +119,8 @@ CFLAGS+=$(DEFINES) $(INCLUDES)
-e "s;@MAN1EXT@;1;g" \
-e "s;@MAN5EXT@;5;g" \
-e "s;@MAN7EXT@;7;g" \
-e "s;@TMAC_S@;$(tmac_s);g" \
-e "s;@TMAC_M@;$(tmac_m);g" \
-e "s;@TMAC_S_PREFIX@;$(tmac_s_prefix);g" \
-e "s;@TMAC_M_PREFIX@;$(tmac_m_prefix);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" \