From d1b17042d0920dc5785bcfb29217bec47809030b Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sat, 28 Aug 1999 09:48:29 +0000 Subject: [PATCH] Set the {JADE,TIDY}FLAGS variables in Makefile.inc, rather than in the lower level Makefiles. This should stop this problem happening for new documentation under this part of the tree. --- ja_JP.eucJP/books/Makefile.inc | 5 ++++- ja_JP.eucJP/books/faq/Makefile | 5 +---- ja_JP.eucJP/books/handbook/Makefile | 5 +---- 3 files changed, 6 insertions(+), 9 deletions(-) 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,14 +1,11 @@ # -# $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 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,5 +1,5 @@ # -# $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). # @@ -8,9 +8,6 @@ MAINTAINER=kuriyama@FreeBSD.ORG -JADEFLAGS= -ilang.ja -TIDYFLAGS= -raw - DOC?= book FORMATS?= html-split