diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-08-29 16:52:23 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-08-29 16:52:23 +0000 |
commit | 93695393f6dd40533178e058c71a2cb53a0e4ae2 (patch) | |
tree | f7f09bcfe58e162f0428e8796989aa7662a5e4c8 /ru_RU.KOI8-R/Makefile | |
parent | 6f2072d82b6660107a9bc1e22e599c0f891b90a3 (diff) | |
download | doc-93695393f6dd40533178e058c71a2cb53a0e4ae2.tar.gz doc-93695393f6dd40533178e058c71a2cb53a0e4ae2.zip |
List books/ subdirectory, remove FAQ/ subdirectory.
Remove kludge to build the installation directory.
Notes
Notes:
svn path=/head/; revision=5476
Diffstat (limited to 'ru_RU.KOI8-R/Makefile')
-rw-r--r-- | ru_RU.KOI8-R/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
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,16 +1,9 @@ -# $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. # @@ -25,4 +18,4 @@ afterinstall: .include <bsd.subdir.mk> DOC_PREFIX = .. -.include "../share/mk/docproj.docbook.mk" +.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk" |