From 20f7d377d15e7ea65357b36d8c3f15c31383157b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Fri, 3 Sep 1999 17:24:47 +0000 Subject: Use doc.project.mk in place of docproj.docbook.mk. Use the new ROOT_SYMLINKS variable where necessary. --- ru_RU.KOI8-R/Makefile | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'ru_RU.KOI8-R/Makefile') diff --git a/ru_RU.KOI8-R/Makefile b/ru_RU.KOI8-R/Makefile index 0adcec093f..27c22863aa 100644 --- a/ru_RU.KOI8-R/Makefile +++ b/ru_RU.KOI8-R/Makefile @@ -1,21 +1,8 @@ -# $Id: Makefile,v 1.5 1999-08-29 16:52:23 nik Exp $ +# $Id: Makefile,v 1.6 1999-09-03 17:24:41 nik Exp $ SUBDIR = books COMPAT_SYMLINK = ru -# -# 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 ru_RU.KOI8-R ${COMPAT_SYMLINK}); \ - fi -.endif - -.include - -DOC_PREFIX = .. -.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" +DOC_PREFIX = ${.CURDIR}/.. +.include "${DOC_PREFIX}/share/mk/doc.project.mk" -- cgit v1.2.3