aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/books/handbook/l10n/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2001-07-19 16:25:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2001-07-19 16:25:29 +0000
commit8ca695247e8324da4375e2ae2eecd738559fc673 (patch)
tree4e8382b3f0678889495f29256962b2938c9b3b95 /ja_JP.eucJP/books/handbook/l10n/Makefile
parentfb12aad004376f9b86cab69b413ff94b8193f894 (diff)
downloaddoc-8ca695247e8324da4375e2ae2eecd738559fc673.tar.gz
doc-8ca695247e8324da4375e2ae2eecd738559fc673.zip
- Merge Makefiles to build individual chapters in handbook
and the following from the English version: (new) -> 1.1 advanced-networking/isdn-bus.eps (new) -> 1.1 advanced-networking/isdn-twisted-pair.eps (new) -> 1.1 advanced-networking/natd.eps 1.34 -> 1.35 backups/chapter.sgml 1.29 -> 1.30 basics/chapter.sgml 1.14 -> 1.15 boot/chapter.sgml 1.453 -> 1.456 contrib/chapter.sgml 1.58 -> 1.60 eresources/chapter.sgml 1.31 -> 1.33 kerneldebug/chapter.sgml 1.17 -> 1.18 kernelopts/chapter.sgml 1.50 -> 1.58 l10n/chapter.sgml 1.19 -> 1.21 policies/chapter.sgml 1.5 -> 1.7 sound/chapter.sgml 1.216 -> 1.225 staff/chapter.sgml
Notes
Notes: svn path=/head/; revision=9974
Diffstat (limited to 'ja_JP.eucJP/books/handbook/l10n/Makefile')
-rw-r--r--ja_JP.eucJP/books/handbook/l10n/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/ja_JP.eucJP/books/handbook/l10n/Makefile b/ja_JP.eucJP/books/handbook/l10n/Makefile
new file mode 100644
index 0000000000..ab00c60da3
--- /dev/null
+++ b/ja_JP.eucJP/books/handbook/l10n/Makefile
@@ -0,0 +1,16 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# $FreeBSD$
+#
+# Original revision: 1.1
+
+CHAPTERS= l10n/chapter.sgml
+
+VPATH= ..
+
+MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= ${.CURDIR}/../../../..
+
+.include "../Makefile"