| History log of /src/usr.sbin/lpr/Makefile |
| Revision | | Date | Author | Comments |
| 1.12 |
| 10-Jun-2018 |
christos | use SUBDIR.roff suggested by uwe@
|
| 1.11 |
| 05-Jul-2014 |
dholland | branches: 1.11.22; Rework /usr/share/doc.
Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure.
- Build and install text, ps, pdf, and/or html, not roff sources.
- Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose.
- Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files.
- Specify the document section, which is the subdirectory of /usr/share/doc to install into.
- Allow multiple subdocuments. (That is, multiple documents in one output directory.)
- Enumerate the .png files groff emits along with html so they can be installed.
- Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn
- Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files.
- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff.
Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
|
| 1.10 |
| 09-Jan-2001 |
lukem | branches: 1.10.62; 1.10.74; convert to using .WAIT
|
| 1.9 |
| 16-Oct-1997 |
lukem | fix race condition when building libcommon with make -j
|
| 1.8 |
| 10-Oct-1997 |
lukem | only compile common_source/* once (25% faster), remove unused printcap.c
|
| 1.7 |
| 05-Oct-1997 |
mrg | - WARNS?=1 - be safe with unlinking files (from freebsd) - remove register - clean up $NetBSD$'s. - use inet_ntoa() in one place (from openbsd) - nul terminate after a bunch of strncpy()'s - #ifdef __STDC__ rather than #if (from freebsd) - be safe with a bunch of string operations (from freebsd) - use warn()/err() over home grown versions (some from freebsd) - rename warn() to nodaemon() to remove conflict with above - check errno from failed kill(2) against ESRCH (from freebsd) - use getopt() rather than home grown versions (from freebsd) - clean up a bunch of man pages (some from freebsd) - check for hostname spoof (from freebsd) - use POSIX wait() interfaces - use sysconf(_SC_OPEN_MAX) in preference to NOFILE (from freebsd) - deal with fork() failure - index/rindex -> strchr/strrchr (some from freebsd) - add B57600 and B115200 speeds (from freebsd) - some KNF - be safe with files passed in over the network (some from freebsd) - check return value of malloc(), calloc() and strdup()
|
| 1.6 |
| 15-Nov-1995 |
pk | Id -> NetBSD
|
| 1.5 |
| 30-Jun-1994 |
cgd | deal with new share/doc strategy
|
| 1.4 |
| 25-Jun-1994 |
cgd | update for new doc-make/install strategy
|
| 1.3 |
| 18-May-1994 |
cgd | clean up that import. no rcsids yet.
|
| 1.2 |
| 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 18-May-1994 |
cgd | lpr from 4.4-Lite
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.10.74.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.10.62.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.22.1 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|