diff options
author | bmah <bmah@FreeBSD.org> | 2002-10-25 21:58:06 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-10-25 21:58:06 +0000 |
commit | 8b4d41b6c7ef4c820a9b834501d0d048e725c2e6 (patch) | |
tree | a4653ab833e45f7279059c25325c3fc31df6d185 | |
parent | d431a0fecc42a24074c2fa4e662f512bea14a77c (diff) | |
download | FreeBSD-src-8b4d41b6c7ef4c820a9b834501d0d048e725c2e6.zip FreeBSD-src-8b4d41b6c7ef4c820a9b834501d0d048e725c2e6.tar.gz |
Hook up early-adopter article to RELNOTESng build.
-rw-r--r-- | release/doc/en_US.ISO8859-1/Makefile | 1 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/early-adopter/Makefile | 14 | ||||
-rw-r--r-- | release/doc/share/examples/Makefile.relnotesng | 2 |
3 files changed, 11 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/Makefile b/release/doc/en_US.ISO8859-1/Makefile index 7911dbf..ae6ed85 100644 --- a/release/doc/en_US.ISO8859-1/Makefile +++ b/release/doc/en_US.ISO8859-1/Makefile @@ -7,6 +7,7 @@ SUBDIR+= hardware SUBDIR+= readme SUBDIR+= errata SUBDIR+= installation +SUBDIR+= early-adopter COMPAT_SYMLINK = en diff --git a/release/doc/en_US.ISO8859-1/early-adopter/Makefile b/release/doc/en_US.ISO8859-1/early-adopter/Makefile index a237b09..40c05f1 100644 --- a/release/doc/en_US.ISO8859-1/early-adopter/Makefile +++ b/release/doc/en_US.ISO8859-1/early-adopter/Makefile @@ -1,14 +1,18 @@ # $FreeBSD$ -DOC?= article +RELN_ROOT?= ${.CURDIR}/../.. +.ifdef NO_LANGCODE_IN_DESTDIR +DESTDIR?= ${DOCDIR}/readme +.else +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/readme +.endif +DOC?= article FORMATS?= html - INSTALL_COMPRESSED?=gz INSTALL_ONLY_COMPRESSED?= -SRCS= article.sgml - -DOC_PREFIX?= /usr/doc +SRCS+= article.sgml +.include "${RELN_ROOT}/share/mk/doc.relnotes.mk" .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng index eb95877..2c1a637 100644 --- a/release/doc/share/examples/Makefile.relnotesng +++ b/release/doc/share/examples/Makefile.relnotesng @@ -8,7 +8,7 @@ ARCHS= i386 alpha sparc64 MULTITEXTS= installation relnotes hardware -UNITEXTS= readme errata +UNITEXTS= readme errata early-adopter PC98MULTITEXTS= relnotes hardware IMAGEDIR= .imagedir |