diff --git a/ja_JP.eucJP/books/Makefile.inc b/ja_JP.eucJP/books/Makefile.inc index 6a6d3e89af..9e06552b94 100644 --- a/ja_JP.eucJP/books/Makefile.inc +++ b/ja_JP.eucJP/books/Makefile.inc @@ -1,5 +1,8 @@ # -# $Id: Makefile.inc,v 1.2 1999-08-19 20:35:59 nik Exp $ +# $Id: Makefile.inc,v 1.3 1999-08-28 09:48:28 nik Exp $ # +JADEFLAGS= -ilang.ja +TIDYFLAGS= -raw + DESTDIR?= ${DOCDIR}/ja/books/${.CURDIR:T} diff --git a/ja_JP.eucJP/books/faq/Makefile b/ja_JP.eucJP/books/faq/Makefile index 380d52b8f3..bd2deddf34 100644 --- a/ja_JP.eucJP/books/faq/Makefile +++ b/ja_JP.eucJP/books/faq/Makefile @@ -1,29 +1,26 @@ # -# $Id: Makefile,v 1.3 1999-08-26 19:01:18 nik Exp $ +# $Id: Makefile,v 1.4 1999-08-28 09:48:29 nik Exp $ # # Build the FreeBSD FAQ # MAINTAINER=kuriyama@FreeBSD.ORG -JADEFLAGS= -ilang.ja -TIDYFLAGS= -raw - DOC?= book FORMATS?= html-split html INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= book.sgml DOC_PREFIX?= ../../.. .include "../../../share/mk/docproj.docbook.mk" diff --git a/ja_JP.eucJP/books/handbook/Makefile b/ja_JP.eucJP/books/handbook/Makefile index 859f3effa5..fd6fdcc5bf 100644 --- a/ja_JP.eucJP/books/handbook/Makefile +++ b/ja_JP.eucJP/books/handbook/Makefile @@ -1,68 +1,65 @@ # -# $Id: Makefile,v 1.36 1999-08-26 19:11:32 nik Exp $ +# $Id: Makefile,v 1.37 1999-08-28 09:48:28 nik Exp $ # # Build the FreeBSD Handbook (Japanese). # # Original revision: 1.21 # MAINTAINER=kuriyama@FreeBSD.ORG -JADEFLAGS= -ilang.ja -TIDYFLAGS= -raw - DOC?= book FORMATS?= html-split INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS= book.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= backups/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml SRCS+= contrib/chapter.sgml SRCS+= cutting-edge/chapter.sgml SRCS+= disks/chapter.sgml SRCS+= eresources/chapter.sgml SRCS+= hw/chapter.sgml SRCS+= install/chapter.sgml SRCS+= internals/chapter.sgml SRCS+= introduction/chapter.sgml SRCS+= kernelconfig/chapter.sgml SRCS+= kerneldebug/chapter.sgml SRCS+= kernelopts/chapter.sgml SRCS+= l10n/chapter.sgml SRCS+= linuxemu/chapter.sgml SRCS+= mail/chapter.sgml SRCS+= mirrors/chapter.sgml SRCS+= pgpkeys/chapter.sgml SRCS+= policies/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml SRCS+= printing/chapter.sgml SRCS+= quotas/chapter.sgml SRCS+= security/chapter.sgml SRCS+= serialcomms/chapter.sgml SRCS+= staff/chapter.sgml SRCS+= x11/chapter.sgml SRCS+= ports/chapter.sgml # Entities SRCS+= authors.ent SRCS+= chapters.ent SRCS+= mailing-lists.ent # Japanese only SRCS+= jcontrib/chapter.sgml SRCS+= jauthors.ent DOC_PREFIX?= ../../.. .include "../../../share/mk/docproj.docbook.mk"