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 /en_US.ISO8859-1/Makefile | |
parent | 30bff5e9ff2cc964f1ad4e8caceed06eb0f438bd (diff) | |
download | doc-20f7d377d15e7ea65357b36d8c3f15c31383157b.tar.gz doc-20f7d377d15e7ea65357b36d8c3f15c31383157b.zip |
Use doc.project.mk in place of docproj.docbook.mk.
Use the new ROOT_SYMLINKS variable where necessary.
Notes
Notes:
svn path=/head/; revision=5511
Diffstat (limited to 'en_US.ISO8859-1/Makefile')
-rw-r--r-- | en_US.ISO8859-1/Makefile | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/en_US.ISO8859-1/Makefile b/en_US.ISO8859-1/Makefile index 0f93fb7943..06c25da96b 100644 --- a/en_US.ISO8859-1/Makefile +++ b/en_US.ISO8859-1/Makefile @@ -1,22 +1,9 @@ -# $Id: Makefile,v 1.5 1999-08-29 00:02:11 jhb Exp $ +# $Id: Makefile,v 1.6 1999-09-03 17:24:38 nik Exp $ SUBDIR = articles SUBDIR+= books COMPAT_SYMLINK = en -# -# 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 en_US.ISO_8859-1 ${COMPAT_SYMLINK}); \ - fi -.endif - -.include <bsd.subdir.mk> - -DOC_PREFIX?= .. -.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" +DOC_PREFIX?= ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" |