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:
keramida 2004-09-17 19:28:46 +00:00
parent 3179421dfd
commit c8d8ad2a23

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