diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:24:47 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-09-03 17:24:47 +0000 |
commit | 20f7d377d15e7ea65357b36d8c3f15c31383157b (patch) | |
tree | b6e26e6a6c97f6250d366766419259ccf68c3c38 /zh_TW.Big5 | |
parent | 30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd (diff) |
Notes
Diffstat (limited to 'zh_TW.Big5')
-rw-r--r-- | zh_TW.Big5/Makefile | 19 | ||||
-rw-r--r-- | zh_TW.Big5/books/Makefile | 7 |
2 files changed, 8 insertions, 18 deletions
diff --git a/zh_TW.Big5/Makefile b/zh_TW.Big5/Makefile index 331ec2b7c9..55df581045 100644 --- a/zh_TW.Big5/Makefile +++ b/zh_TW.Big5/Makefile @@ -1,21 +1,8 @@ -# $Id: Makefile,v 1.4 1999-08-26 19:42:13 nik Exp $ +# $Id: Makefile,v 1.5 1999-09-03 17:24:42 nik Exp $ SUBDIR = books COMPAT_SYMLINK = zh -# -# Put the compatability symlink in place. -# -afterinstall: -.if !defined(IGNORE_COMPAT_SYMLINK) - if [ ! -e ${DOCDIR}/${COMPAT_SYMLINK} ]; then \ - rm -rf ${DOCDIR}/${COMPAT_SYMLINK}; \ - (cd ${DOCDIR} && ln -s zh_TW.Big5 ${COMPAT_SYMLINK}); \ - fi -.endif - -.include <bsd.subdir.mk> - -DOC_PREFIX = .. -.include "../share/mk/docproj.docbook.mk" +DOC_PREFIX = ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/zh_TW.Big5/books/Makefile b/zh_TW.Big5/books/Makefile index bc191a57cd..3ad89f8470 100644 --- a/zh_TW.Big5/books/Makefile +++ b/zh_TW.Big5/books/Makefile @@ -1,5 +1,8 @@ -# $Id: Makefile,v 1.1 1999-08-19 03:56:48 foxfair Exp $ +# $Id: Makefile,v 1.2 1999-09-03 17:24:47 nik Exp $ SUBDIR = faq -.include <bsd.subdir.mk> +ROOT_SYMLINKS = faq + +DOC_PREFIX?= ${.CURDIR}/../.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |