diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-10-17 17:32:58 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-10-17 17:32:58 +0000 |
| commit | 4e62babbd94f72a57daa0b252ab0650dd7470d0d (patch) | |
| tree | 2811395f5c5a1d698747f3ed43a8d437420d745e | |
| parent | dfff9282e753a56fcdeec39dd75b27c98d19fd30 (diff) | |
add porters-handbook to build
Notes
svn path=/head/; revision=8166
| -rw-r--r-- | ru_RU.KOI8-R/books/Makefile | 3 |
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" |
