Deleted Added
full compact
1c1
< # $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 79809 2001-07-17 00:46:10Z bmah $
---
> # $FreeBSD: head/release/doc/share/mk/doc.relnotes.mk 98515 2002-06-20 21:19:49Z bmah $
11a12,28
>
> #
> # Tweakable Makefile variables
> #
> # INCLUDE_HISTORIC Used by relnotes document only. When set,
> # causes all release notes entries to be printed,
> # even those marked as "historic". If not set
> # (the default), only print "non-historic"
> # release note entries. To designate a release
> # note entry as "historic", add a role="historic"
> # attribute to the applicable element(s).
> #
> .if defined(INCLUDE_HISTORIC)
> JADEFLAGS+= -iinclude.historic
> .else
> JADEFLAGS+= -ino.include.historic
> .endif