From 6e105772d2c082ee1a2faa303eff28f3a10f6f0e Mon Sep 17 00:00:00 2001 From: bmah Date: Mon, 19 Feb 2007 02:46:12 +0000 Subject: 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 --- release/doc/en_US.ISO8859-1/hardware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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 -- cgit v1.1