From 0a1d28aeca82e6d5ad26048cc39d551f2013ebe8 Mon Sep 17 00:00:00 2001 From: Hideyuki KURASHINA Date: Sat, 18 Sep 2004 18:42:26 +0000 Subject: [PATCH] Connect books/handbook/desktop/chapter.sgml to the build. --- ja_JP.eucJP/books/handbook/Makefile | 2 +- ja_JP.eucJP/books/handbook/book.sgml | 2 -- ja_JP.eucJP/books/handbook/desktop/Makefile | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 ja_JP.eucJP/books/handbook/desktop/Makefile diff --git a/ja_JP.eucJP/books/handbook/Makefile b/ja_JP.eucJP/books/handbook/Makefile index 63bae1e3b3..a66c106692 100644 --- a/ja_JP.eucJP/books/handbook/Makefile +++ b/ja_JP.eucJP/books/handbook/Makefile @@ -158,7 +158,7 @@ SRCS+= linuxemu/chapter.sgml SRCS+= mail/chapter.sgml SRCS+= mirrors/chapter.sgml SRCS+= multimedia/chapter.sgml -#SRCS+= desktop/chapter.sgml +SRCS+= desktop/chapter.sgml SRCS+= pgpkeys/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml SRCS+= printing/chapter.sgml diff --git a/ja_JP.eucJP/books/handbook/book.sgml b/ja_JP.eucJP/books/handbook/book.sgml index 35b03a87a8..d733770308 100644 --- a/ja_JP.eucJP/books/handbook/book.sgml +++ b/ja_JP.eucJP/books/handbook/book.sgml @@ -216,9 +216,7 @@ --> - diff --git a/ja_JP.eucJP/books/handbook/desktop/Makefile b/ja_JP.eucJP/books/handbook/desktop/Makefile new file mode 100644 index 0000000000..0b8829e639 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/desktop/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= desktop/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"