Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
9207b4cf |
| 17-Dec-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed a no-op FILES from bsd.doc.mk.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
918fb560 |
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Make it possible to build manpages for the entire source tree.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
e0301e5d |
| 08-Aug-1998 |
Peter Wemm <peter@FreeBSD.org> |
Make ../Makefile.inc handling more consistant to prevent multiple includes when certain .mk files include other .mk files. This will remove the need for multiple include protection in some other mak
Make ../Makefile.inc handling more consistant to prevent multiple includes when certain .mk files include other .mk files. This will remove the need for multiple include protection in some other makefiles around the tree (and helps some elf conditionals).
show more ...
|
#
0b7162ff |
| 02-Aug-1998 |
Bruce Evans <bde@FreeBSD.org> |
Use a different hack in the ${DFILE} rule to keep indirect dependencies (mostly for includes) separate from direct dependencies (so that ${.ALLSRC} can be used to find full paths to the sources for t
Use a different hack in the ${DFILE} rule to keep indirect dependencies (mostly for includes) separate from direct dependencies (so that ${.ALLSRC} can be used to find full paths to the sources for the direct dependencies only). The `::' hack just forgot the indirect dependendencies. This broke building doc/usd/13.viref with `make -jN' - the index got corrupted by being built twice concurrently.
Cleaned up the ${DFILE} rule. There was a .else clause with dead code in it following a .else clause (make accepts this bad syntax). ${.ALLSRC} now works in the USE_SOELIMPP case. Some client Makefiles no longer need the SRCDIR=${.OBJDIR} hack.
show more ...
|
Revision tags: release/2.2.7 |
|
#
5a9eee48 |
| 06-May-1998 |
Bruce Evans <bde@FreeBSD.org> |
Only include bsd.dep.mk in `mk'files that handle C sources. Abuse bsd.obj.mk instead of bsd.dep.mk for defining the _SUBDIR target and a default tags target. Abuse bsd.obj.mk for defining default c
Only include bsd.dep.mk in `mk'files that handle C sources. Abuse bsd.obj.mk instead of bsd.dep.mk for defining the _SUBDIR target and a default tags target. Abuse bsd.obj.mk for defining default cleandepend and depend targets.
show more ...
|
Revision tags: release/2.2.6 |
|
#
69b87d3e |
| 12-Mar-1998 |
Eivind Eklund <eivind@FreeBSD.org> |
Introduce the 'regress' target.
Silently approved by: -hackers, -current
|
#
6c36f075 |
| 25-Feb-1998 |
Bruce Evans <bde@FreeBSD.org> |
Don't add ${DOC}.ascii* to CLEANFILES twice.
|
#
70e244f8 |
| 09-Nov-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Remove the comments hat just list the nested includes. The lists don't provide significantly more information than grep '\.include', and grep gives lists that are actually correct. Submitted by: Bruce
|
#
81e53444 |
| 02-Nov-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Inlucde ../Makefile.inc if exists. This make it easier to build the Unix Seventh Edition Manual volumes 2.
|
#
534ac553 |
| 01-Nov-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and not in .OBJDIR so the hyper links will work again.
|
Revision tags: release/2.2.5_cvs |
|
#
398ac038 |
| 21-Jun-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Change the distribute targets so that a given item in our source tree can place itself into n distributions, where n >= 1.
|
Revision tags: release/2.2.2_cvs |
|
#
0d133632 |
| 11-May-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Add variable LPR for printer command.
Murphy's Law: define LPR=true in /etc/make.conf if you don't want tomorrow find 3 paper copies (ascii, latin1, postscript) of the handbook in your printer (or s
Add variable LPR for printer command.
Murphy's Law: define LPR=true in /etc/make.conf if you don't want tomorrow find 3 paper copies (ascii, latin1, postscript) of the handbook in your printer (or someone else printer on the other half of the world).
show more ...
|
#
9b990274 |
| 04-Apr-1997 |
Mike Pritchard <mpp@FreeBSD.org> |
Fix a typo that prevented the proper flag from being set when USE_REFER is set.
Submitted by: Sandro Sigala <ssigala@globalnet.it>
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
f7ea12a0 |
| 09-Mar-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Add new variables COMPRESS_CMD and COMPRESS_EXT.
bsd.doc.mk: rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT bsd.info.mk: rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT set INFOTMPL to ${I
Add new variables COMPRESS_CMD and COMPRESS_EXT.
bsd.doc.mk: rename GZIPCMD to DCOMPRESS_CMD, add DCOMPRESS_EXT bsd.info.mk: rename GZIPCMD to ICOMPRESS_CMD, add ICOMPRESS_EXT set INFOTMPL to ${INFODIR}/dir-tmpl bsd.man.mk rename ZEXTENSION to MCOMPRESS_EXT, MCOMPRESS to MCOMPRESS_CMD
show more ...
|
#
d4ae7dd9 |
| 02-Mar-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Cosmetic change: remove a redundant ${.OBJDIR} in the html realinstall target. The current dir is ${.OBJDIR} so ${.OBJDIR} shouldn't be in the rule.
Pointed out by: bruce
|
#
5fe2071d |
| 02-Mar-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Put html output into the obj directory and not into the source directory.
|
#
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
#
934d03e4 |
| 16-Feb-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Bugfixes for HTML output: - use ${MACROS} for macro package and not hard-coded -ms Note: -me is currently not supported by unroff(1). - use only ${SRCS} as input files.
|
#
da5636b6 |
| 13-Feb-1997 |
Wolfram Schneider <wosch@FreeBSD.org> |
Support PRINTERDEVICE "html" using the troff translator unroff(1). It works in most cases, but not all (e.g. nvi).
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
#
dbab5e88 |
| 22-Dec-1996 |
Wolfram Schneider <wosch@FreeBSD.org> |
Do not use variable PRINTERDEVICE as printer name.
|
#
11205c34 |
| 19-Dec-1996 |
Mike Pritchard <mpp@FreeBSD.org> |
Change bsd.doc.mk to use the variable PRINTERDEVICE instead of PRINTER for defining the default output device when formatting documents for installation. This prevents problems if the user has defin
Change bsd.doc.mk to use the variable PRINTERDEVICE instead of PRINTER for defining the default output device when formatting documents for installation. This prevents problems if the user has defined PRINTER for use by lpr.
Closes PR# 1437.
show more ...
|
Revision tags: release/2.1.5_cvs |
|
#
35732dda |
| 03-Sep-1996 |
Bruce Evans <bde@FreeBSD.org> |
BSD.usr.dist: Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.
bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tre
BSD.usr.dist: Added forgotten share/doc/psd/05.sysman and share/zoneinfo/America/Indiana.
bsd.doc.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. The doc tree should be well enough established for this to be safe. Installs to directories should use a trailing slash on the directory name so installs to non-drectories are fatal, but I didn't start changing them.
bsd.man.mk: Nuked mkdir -p and wrong fixups of the leaf directory's ownerships and permissions. They were overkill to create just /usr/share/info.
zoneinfo/Makefile: No changes yet. zic creates directories with ordinary 755 permissions. Why do we use 555 permissions for directories in /usr/share/zoninfo. Why not for zoneinfo itself? /proc and /dev/fd are the only other directories in the system with 555 permissions.
show more ...
|
#
cd9a2f5c |
| 24-Jun-1996 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Bring in my changes for removing the pestilent obj links (unless you really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
|