History log of /freebsd/share/mk/bsd.doc.mk (Results 126 – 149 of 149)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5c2da789 10-Mar-1996 Wolfram Schneider <wosch@FreeBSD.org>

[Ee]rrs -> Errs errs, save one process for make clean


Revision tags: release/2.1.0_cvs
# 96bfa142 29-Nov-1995 Bruce Evans <bde@FreeBSD.org>

Added a preprocessor for soelem. If if USE_SOELIMPP is defined, then
1. ${ROFF} is run in ${.OBJDIR}.
2. the preprocessor prefixes ${SRCDIR}/ to relative pathnames in `.so'
statements.
This is us

Added a preprocessor for soelem. If if USE_SOELIMPP is defined, then
1. ${ROFF} is run in ${.OBJDIR}.
2. the preprocessor prefixes ${SRCDIR}/ to relative pathnames in `.so'
statements.
This is useful when running ${ROFF} in the source directory isn't
convenient.

Added dependencies on ${EXTRA} and ${OBJS}. These are usually for files
that are sourced indirectly. ${OBJS} is for files that are built.
4.4lite has decentalized incomplete dependencies on ${EXTRA} and ${DPADD}.
These were broken by are centralized handling of the roff targets.

show more ...


# 4a00ac79 15-Oct-1995 John Fieber <jfieber@FreeBSD.org>

Change the default PRINTER from ps to ascii.


# d760c58f 27-Jul-1995 Garrett Wollman <wollman@FreeBSD.org>

Use GZIPCMD to hold name of gzip command rather than just GZIP.

Submitted by: Torsten Blum


# 91abfd34 26-Jul-1995 Garrett Wollman <wollman@FreeBSD.org>

Compress `doc' and `info' documents before installing them.


Revision tags: release/2.0.5_cvs
# 812a1181 10-Mar-1995 Rodney W. Grimes <rgrimes@FreeBSD.org>

Add protected and empty maninstall: targets.
Submitted by: Philippe Charnier <charnier@lirmm.fr>


# ffd87c07 25-Feb-1995 Poul-Henning Kamp <phk@FreeBSD.org>

"make distribute" have changed, beware if you use it.


# 3a99ffc3 17-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Remove -Wall for ascii formatting, we don't need so many
warnings while formatting standard BSD docs


# 932c9d18 17-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Modify prev. change, pass internal args directly to groff,
if PRINTER == ascii, because nroff shell script strip off
some groff flags


# a812882b 17-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Call nroff, if PRINTER == ascii


# 314bc624 14-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
when creating the obj link. While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is conta

The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk
when creating the obj link. While bsd.prog.mk inconditionnaly creates
a link in /usr/obj, bsd.doc.mk tests if the source tree is contained in
/usr/src. If so, it creates a link to /usr/obj. If the source tree
is contained in another directory, bsd.doc.mk creates an obj subdirectory.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>

show more ...


# d9584d76 14-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,
not bin. Hmmm.


# 9e681ba3 11-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter what
${PRINTER} is set to.


# be3dff6e 11-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Add .MAIN: all so that extraneous targets don't confuse `make'.


# d448c6a9 11-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Add standard before/real/afterinstall support like in bsd.prog.mk.


# 83a924ec 11-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Fix last .endif.


# 25514a12 11-Jan-1995 Garrett Wollman <wollman@FreeBSD.org>

Changes to make /usr/share/doc work somewhat right. (SMM commits
to follow soon.)


# 8558dc3f 04-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Fix BINMODE to override sys.mk defaults


# 69234255 04-Jan-1995 Andrey A. Chernov <ache@FreeBSD.org>

Fix error in clean target


# c7499507 28-Dec-1994 Andrey A. Chernov <ache@FreeBSD.org>

Move INSTALL?=install line duplicated into each .mk to sys.mk
instead


Revision tags: release/2.0
# 55ff8fb1 13-Nov-1994 Poul-Henning Kamp <phk@FreeBSD.org>

Add a new "distribute" target. This is a variant of install, which will
put the stuff into the right "distribution". As default things end up
in "bindist".

Normal (ie: most) makefiles know naught

Add a new "distribute" target. This is a variant of install, which will
put the stuff into the right "distribution". As default things end up
in "bindist".

Normal (ie: most) makefiles know naught of this.

More commits will follow, which will direct various parts of the tree
into the distribution we want them in.

Some of the grief of being release-engineer is supposed to go away with this.

show more ...


# 80c02d59 28-Aug-1994 Bruce Evans <bde@FreeBSD.org>

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.


# 3585b293 04-Aug-1994 Garrett Wollman <wollman@FreeBSD.org>

Spplat our 1.1.5 `mk' ifiles over the top of the 4.4 ones. So far
as I can tell, this is ts the right thing to do.


Revision tags: release/1.1.5.1_cvs
# afe61c15 30-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Share Sources


123456