The early-adopter doesn't exist in HEAD anymore. The source is there,

but it's disconnected from the build.  Remove it from the architecture
independent release documentation set, because it breaks "make release"
when NODOC is undefined.

Reviewed by:	hrs
This commit is contained in:
Giorgos Keramidas 2004-09-17 19:28:46 +00:00
parent dfcb390b5b
commit 6b6ec8eb57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135395

View File

@ -160,7 +160,7 @@ RELEASEDISTFILES?= ${.CURDIR}/../../ports/distfiles
AUTO_KEYBOARD_DETECT?= 0
.if !defined(NODOC)
DIST_DOCS_ARCH_INDEP= readme errata early-adopter
DIST_DOCS_ARCH_INDEP= readme errata
DIST_DOCS_ARCH_DEP= installation relnotes hardware
.endif