Replace ${JADEFLAGS} with the corresponding variables.
This commit is contained in:
parent
dec7f3cd8e
commit
ee5bf07c5d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16020
12 changed files with 16 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/en_US.ISO_8859-1/articles/committers-guide/Makefile,v 1.3 1999/09/06 06:52:35 peter Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD New Committers Guide
|
# Build the FreeBSD New Committers Guide
|
||||||
#
|
#
|
||||||
|
@ -13,7 +13,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
#
|
#
|
||||||
# SRCS lists the individual SGML files that make up the document. Changes
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
WITH_INLINE_LEGALNOTICE=YES
|
||||||
|
|
||||||
SRCS= article.sgml pam_app.c pam_conv.c pam_module.c
|
SRCS= article.sgml pam_app.c pam_conv.c pam_module.c
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
# SGML content
|
# SGML content
|
||||||
SRCS= article.sgml branches.ascii
|
SRCS= article.sgml branches.ascii
|
||||||
|
|
|
@ -9,7 +9,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?=gz
|
INSTALL_COMPRESSED?=gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/en_US.ISO8859-1/articles/committers-guide/Makefile,v 1.4 2001/04/08 17:26:59 nik Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ FORMATS?= html
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+= -V %generate-article-toc%
|
WITH_ARTICLE_TOC=YES
|
||||||
|
|
||||||
#
|
#
|
||||||
# SRCS lists the individual SGML files that make up the document. Changes
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: doc/en_US.ISO_8859-1/books/faq/Makefile,v 1.6 1999/09/06 06:52:39 peter Exp $
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
# Build the FreeBSD FAQ
|
# Build the FreeBSD FAQ
|
||||||
#
|
#
|
||||||
|
@ -13,7 +13,7 @@ FORMATS?= html-split html
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
JADEFLAGS+=-Vbiblio-xref-title
|
WITH_BIBLIOXREF_TITLE=YES
|
||||||
#
|
#
|
||||||
# SRCS lists the individual SGML files that make up the document. Changes
|
# SRCS lists the individual SGML files that make up the document. Changes
|
||||||
# to any of these files will force a rebuild
|
# to any of these files will force a rebuild
|
||||||
|
|
Loading…
Reference in a new issue