ce8da5b5ad
errata/article.sgml: 1.72 -> 1.73.2.1 hardware/amd64/proc-amd64.sgml: 1.3.4.1 -> 1.5.2.1 [dummy merge] hardware/common/artheader.sgml: 1.6 -> 1.7 hardware/common/dev.sgml: 1.277 -> 1.282.2.3 hardware/common/intro.sgml: 1.6 -> 1.7 installation/common/artheader.sgml: 1.5 -> 1.6 installation/common/trouble.sgml: 1.17 -> 1.19 installation/common/upgrade.sgml: 1.12 -> 1.13 readme/article.sgml: 1.31.2.2 -> 1.37 relnotes/common/new.sgml: 1.849 -> 1.883.2.7 Makefile: 1.3 -> 1.7 Follow the English revision to remove early adopter guide. This is intended for a RELENG_6 and RELENG_6_0 merge. Obtained from: The FreeBSD Simplified Chinese Project (delphij)
16 lines
297 B
Makefile
16 lines
297 B
Makefile
# The FreeBSD Simplified Chinese Project
|
|
#
|
|
# Original Revision: 1.7
|
|
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
SUBDIR+= installation
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|