List books/ subdirectory, remove FAQ/ subdirectory.
Remove kludge to build the installation directory.
This commit is contained in:
parent
6f2072d82b
commit
93695393f6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5476
1 changed files with 3 additions and 10 deletions
|
@ -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
|
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.
|
# Put the compatability symlink in place.
|
||||||
#
|
#
|
||||||
|
@ -25,4 +18,4 @@ afterinstall:
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
||||||
DOC_PREFIX = ..
|
DOC_PREFIX = ..
|
||||||
.include "../share/mk/docproj.docbook.mk"
|
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
|
||||||
|
|
Loading…
Reference in a new issue