History log of /freebsd-10-stable/gnu/usr.bin/groff/Makefile.inc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 308805 18-Nov-2016 emaste

MFC r306740, r307150: groff: use changelog date in man pages

r306740:

groff: use changelog date rather than file modification date in man pages

The source checkout date is not particularly relevant, and this makes
groff man pages build reproducibly.

r307150:

Avoid using 'head' in generating groff doc date

It may not be available in certain cross build cases.

Note that this is a slight change in functionality, in that now only the
first line of the source ChangeLog file is processed. This is acceptable
as groff will be retired and we won't encounter a possibly-different
ChangeLog format.

Sponsored by: The FreeBSD Foundation


# 291815 04-Dec-2015 bdrewery

MFC r284289,r288267:

r284289:
Misc fixes from projects/bmake
r288267:
Remove redundant .NOPATH.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 151504 20-Oct-2005 ru

Upgrade to Groff 1.19.2.


# 147229 10-Jun-2005 ru

Clean up after the last change -- remove now stale comment.


# 147225 10-Jun-2005 des

Remove kludges intended to support src trees with partial obj trees.

Discussed with: ru


# 118449 04-Aug-2003 ache

LANG->LC_ALL

Pointed by: ru


# 118435 04-Aug-2003 ache

Use LANG=C before tr to be sure that ranges are correct
Strip [] from ranges


# 114412 01-May-2003 ru

Upgrade to Groff 1.19.


# 104869 11-Oct-2002 ru

Upgrade to Groff 1.18.1.


# 75592 17-Apr-2001 ru

Upgrade to Groff 1.17.


# 75020 30-Mar-2001 ru

Backout rev 2.3 (-fno-for-scope); problem fixed in Groff 1.12.


# 26036 23-May-1997 charnier

Add -fno-for-scope to CFLAGS, required by gcc (see NEWS).
PR: gnu/3585


# 18189 09-Sep-1996 phk

DISTDIR is a reserved variable for make release
s/DISTDIR/DIST_DIR/g


# 18138 07-Sep-1996 pst

Initial revision