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.
This commit is contained in:
Nik Clayton 1999-08-28 09:48:29 +00:00
parent a99dcb84c0
commit d1b17042d0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5463
3 changed files with 6 additions and 9 deletions
ja_JP.eucJP/books

View file

@ -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} DESTDIR?= ${DOCDIR}/ja/books/${.CURDIR:T}

View file

@ -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 # Build the FreeBSD FAQ
# #
MAINTAINER=kuriyama@FreeBSD.ORG MAINTAINER=kuriyama@FreeBSD.ORG
JADEFLAGS= -ilang.ja
TIDYFLAGS= -raw
DOC?= book DOC?= book
FORMATS?= html-split html FORMATS?= html-split html

View file

@ -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). # Build the FreeBSD Handbook (Japanese).
# #
@ -8,9 +8,6 @@
MAINTAINER=kuriyama@FreeBSD.ORG MAINTAINER=kuriyama@FreeBSD.ORG
JADEFLAGS= -ilang.ja
TIDYFLAGS= -raw
DOC?= book DOC?= book
FORMATS?= html-split FORMATS?= html-split