Replace groff's soelim by soeliminate(1) renamed soelim(1)
This commit is contained in:
parent
8f0baadaa0
commit
363da13804
@ -1263,7 +1263,8 @@ _gperf= gnu/usr.bin/gperf
|
||||
.endif
|
||||
|
||||
.if ${MK_GROFF} != "no"
|
||||
_groff= gnu/usr.bin/groff
|
||||
_groff= gnu/usr.bin/groff \
|
||||
usr.bin/soelim
|
||||
.endif
|
||||
|
||||
.if ${MK_VT} != "no"
|
||||
|
@ -38,6 +38,9 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20150501
|
||||
OLD_FILES+=usr/bin/soeliminate
|
||||
OLD_FILES+=usr/share/man/man1/soeliminate.1.gz
|
||||
# 20150501: Remove the nvlist_.*[vf] functions manpages.
|
||||
OLD_FILES+=usr/share/man/man3/nvlist_addf_binary.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/nvlist_addf_bool.3.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= eqn grn html pic refer soelim tbl
|
||||
SUBDIR= eqn grn html pic refer tbl
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
|
@ -1839,7 +1839,6 @@ OLD_FILES+=usr/bin/post-grohtml
|
||||
OLD_FILES+=usr/bin/pre-grohtml
|
||||
OLD_FILES+=usr/bin/psroff
|
||||
OLD_FILES+=usr/bin/refer
|
||||
OLD_FILES+=usr/bin/soelim
|
||||
OLD_FILES+=usr/bin/tbl
|
||||
OLD_FILES+=usr/bin/tfmtodit
|
||||
OLD_FILES+=usr/bin/troff
|
||||
@ -2246,7 +2245,6 @@ OLD_FILES+=usr/share/man/man1/pfbtops.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/pic.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/psroff.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/refer.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/soelim.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/tbl.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/tfmtodit.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/troff.1.gz
|
||||
|
@ -151,7 +151,7 @@ SUBDIR= ${_addr2line} \
|
||||
showmount \
|
||||
${_size} \
|
||||
sockstat \
|
||||
soeliminate \
|
||||
soelim \
|
||||
sort \
|
||||
split \
|
||||
stat \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= soeliminate
|
||||
PROG= soelim
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -24,11 +24,11 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 22, 2014
|
||||
.Dt SOELIMINATE 1
|
||||
.Dd May 1, 2015
|
||||
.Dt SOELIM 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm soeliminate
|
||||
.Nm soelim
|
||||
.Nd interpret .so directive in manpages
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
@ -45,7 +45,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage: soeliminate [-Crtv] [-I dir] [files]\n");
|
||||
fprintf(stderr, "usage: soelim [-Crtv] [-I dir] [files]\n");
|
||||
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
Loading…
Reference in New Issue
Block a user