Use NO_TIDY.
This commit is contained in:
parent
4182f5b9e7
commit
16ae7a7a7f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6484
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSD: doc/ja_JP.eucJP/books/faq/Makefile,v 1.7 1999/09/06 06:53:20 peter Exp $
|
||||
#
|
||||
# Build the FreeBSD FAQ
|
||||
#
|
||||
|
@ -15,6 +15,8 @@ FORMATS?= html-split html
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
NO_TIDY= YES
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/ja_JP.eucJP/books/handbook/Makefile,v 1.41 1999/09/06 06:53:20 peter Exp $
|
||||
# $FreeBSD: doc/ja_JP.eucJP/books/handbook/Makefile,v 1.42 1999/09/08 12:22:31 kuriyama Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook (Japanese).
|
||||
#
|
||||
|
@ -15,6 +15,8 @@ FORMATS?= html-split
|
|||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
NO_TIDY= YES
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
|
|
Loading…
Reference in a new issue