mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 12:53:33 +00:00
Once again fix substitution of TMAC_M and TMAC_S_PREFIX in manpages.
PR: bin/5693 docs/9352
This commit is contained in:
parent
57ebe41552
commit
87db9ff6f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60745
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user