791e5157f2
Makefile errata/Makefile errata/article.sgml relnotes/Makefile relnotes/Makefile.inc relnotes/alpha/Makefile relnotes/alpha/article.sgml relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/new.sgml relnotes/common/relnotes.ent relnotes/common/upgrading.sgml relnotes/i386/Makefile relnotes/i386/article.sgml share/sgml/catalog share/sgml/release.dsl
16 lines
278 B
Makefile
16 lines
278 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.2
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
#SUBDIR+= hardware
|
|
#SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
#SUBDIR+= installation
|
|
|
|
COMPAT_SYMLINK = ja
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|