diff --git a/ru_RU.KOI8-R/Makefile b/ru_RU.KOI8-R/Makefile index 20aa9a0164..0adcec093f 100644 --- a/ru_RU.KOI8-R/Makefile +++ b/ru_RU.KOI8-R/Makefile @@ -1,28 +1,21 @@ -# $Id: Makefile,v 1.4 1999-08-26 19:42:12 nik Exp $ +# $Id: Makefile,v 1.5 1999-08-29 16:52:23 nik Exp $ -SUBDIR = FAQ +SUBDIR = books COMPAT_SYMLINK = ru -# -# XXX Kludge -- this directory probably doesn't exist yet. Pull this out -# when the FAQ is DocBook'ed -beforeinstall: - [ -d ${DOCDIR}/ru_SU.KOI8-R/books/faq ] || \ - mkdir -p ${DOCDIR}/ru_SU.KOI8-R/books/faq - # # 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 "../share/mk/docproj.docbook.mk" +.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"