Catch up with the English version:
1.6 -> 1.10 Makefile
This commit is contained in:
parent
947034546c
commit
fc6b1c738c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16726
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
# Build the FreeBSD FAQ
|
# Build the FreeBSD FAQ
|
||||||
#
|
#
|
||||||
# Original revision: 1.6
|
# Original revision: 1.10
|
||||||
#
|
#
|
||||||
|
|
||||||
MAINTAINER=kuriyama@FreeBSD.ORG
|
MAINTAINER=kuriyama@FreeBSD.ORG
|
||||||
|
@ -15,6 +15,8 @@ FORMATS?= html-split html
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
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