summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-10-17 17:32:58 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-10-17 17:32:58 +0000
commit4e62babbd94f72a57daa0b252ab0650dd7470d0d (patch)
tree2811395f5c5a1d698747f3ed43a8d437420d745e
parentdfff9282e753a56fcdeec39dd75b27c98d19fd30 (diff)
add porters-handbook to build
Notes
svn path=/head/; revision=8166
-rw-r--r--ru_RU.KOI8-R/books/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ru_RU.KOI8-R/books/Makefile b/ru_RU.KOI8-R/books/Makefile
index 2b396a470c..6f306f76b8 100644
--- a/ru_RU.KOI8-R/books/Makefile
+++ b/ru_RU.KOI8-R/books/Makefile
@@ -1,8 +1,9 @@
# $FreeBSD$
SUBDIR = faq
+SUBDIR+= porters-handbook
-ROOT_SYMLINKS = faq
+ROOT_SYMLINKS = faq porters-handbook
DOC_PREFIX?= ${.CURDIR}/../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"