diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 20:36:02 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-08-19 20:36:02 +0000 |
commit | a3163ec30459e3908f9cea029e1dc40efa0f28c9 (patch) | |
tree | 4b4dc9b717b0c62f6a1050573f7734299491a318 /ja_JP.eucJP/books/Makefile.inc | |
parent | 61280f6102c92d8dc5d51ac441c531c44ac58062 (diff) | |
download | doc-a3163ec30459e3908f9cea029e1dc40efa0f28c9.tar.gz doc-a3163ec30459e3908f9cea029e1dc40efa0f28c9.zip |
Honour ${DOCDIR} when installing the documentation.
Notes
Notes:
svn path=/head/; revision=5400
Diffstat (limited to 'ja_JP.eucJP/books/Makefile.inc')
-rw-r--r-- | ja_JP.eucJP/books/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ja_JP.eucJP/books/Makefile.inc b/ja_JP.eucJP/books/Makefile.inc index 565d6cd183..6a6d3e89af 100644 --- a/ja_JP.eucJP/books/Makefile.inc +++ b/ja_JP.eucJP/books/Makefile.inc @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc,v 1.1 1999-08-16 22:09:20 nik Exp $ +# $Id: Makefile.inc,v 1.2 1999-08-19 20:35:59 nik Exp $ # -DESTDIR?= ${DOC_INSTALL_PREFIX}/ja/books/${.CURDIR:T} +DESTDIR?= ${DOCDIR}/ja/books/${.CURDIR:T} |