diff options
-rw-r--r-- | release/Makefile | 4 | ||||
-rw-r--r-- | release/doc/share/examples/Makefile.relnotesng | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index 4c40c67..94d422e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -159,8 +159,8 @@ RELEASEDISTFILES?= ${.CURDIR}/../../ports/distfiles AUTO_KEYBOARD_DETECT?= 0 .if !defined(NODOC) -DIST_DOCS_ARCH_INDEP= readme errata -DIST_DOCS_ARCH_DEP= installation relnotes hardware +DIST_DOCS_ARCH_INDEP= readme relnotes errata +DIST_DOCS_ARCH_DEP= installation hardware .endif # Things which without too much trouble can be considered variables diff --git a/release/doc/share/examples/Makefile.relnotesng b/release/doc/share/examples/Makefile.relnotesng index 6f5ff98..080390c 100644 --- a/release/doc/share/examples/Makefile.relnotesng +++ b/release/doc/share/examples/Makefile.relnotesng @@ -7,8 +7,8 @@ # ARCHS= amd64 ia64 i386 pc98 powerpc sparc64 -MULTITEXTS= installation relnotes hardware -UNITEXTS= readme errata +MULTITEXTS= installation hardware +UNITEXTS= readme relnotes errata IMAGEDIR= .imagedir RHOST= freefall.freebsd.org |