diff options
author | bmah <bmah@FreeBSD.org> | 2007-02-19 02:46:12 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2007-02-19 02:46:12 +0000 |
commit | 6e105772d2c082ee1a2faa303eff28f3a10f6f0e (patch) | |
tree | a9c78da8493746bb658349c812d9f8543f28075c /release | |
parent | 02162f9242f988a2ccc3af756f7d0b9e3690e957 (diff) | |
download | FreeBSD-src-6e105772d2c082ee1a2faa303eff28f3a10f6f0e.zip FreeBSD-src-6e105772d2c082ee1a2faa303eff28f3a10f6f0e.tar.gz |
It'd be kind of nice if we installed the hardware notes to their
own directory, rather than overwriting the release notes. :-p
Fix this.
Pointy hat to: bmah
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/Makefile b/release/doc/en_US.ISO8859-1/hardware/Makefile index 099e618..182fb1e 100644 --- a/release/doc/en_US.ISO8859-1/hardware/Makefile +++ b/release/doc/en_US.ISO8859-1/hardware/Makefile @@ -3,9 +3,9 @@ RELN_ROOT?= ${.CURDIR}/../.. .ifdef NO_LANGCODE_IN_DESTDIR -DESTDIR?= ${DOCDIR}/relnotes +DESTDIR?= ${DOCDIR}/hardware .else -DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/relnotes +DESTDIR?= ${DOCDIR}/en_US.ISO8859-1/hardware .endif DOC?= article |