confINSTALL_RAWMAN
Install unformatted manuals Build macro
Ordinarily, the manual pages are formatted when
sendmail, or one of the
companion programs, is built. These preformatted
manuals are the ones installed in the
cat manual directories when
the program is installed. This confINSTALL_RAWMAN macro
causes the unformatted (raw) manual pages to also be
installed, but in the man
manual directories. For example, with confINSTALL_RAWMAN
defined:
% ./Build install
Configuration: pfx=, os=SunOS, rel=4.1.4, rbase=4, rroot=4.1, arch=sun4, sfx=
Making in ../obj.SunOS.4.1.4.sun4/sendmail
...
install -c -o bin -g bin -m 444 sendmail.0 /usr/man/cat8/sendmail.8
install -c -o bin -g bin -m 444 sendmail.8 /usr/man/man8/sendmail.8
... ← etc.But with the confINSTALL_RAWMAN not defined:
% ./Build install
Configuration: pfx=, os=SunOS, rel=4.1.4, rbase=4, rroot=4.1, arch=sun4, sfx=
Making in ../obj.SunOS.4.1.4.sun4/sendmail
...
install -c -o bin -g bin -m 444 sendmail.0 /usr/man/cat8/sendmail.8
... ← etc.Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access