Retire the WITH_GLOSSARY option and enable the Glossary by default.
No objections: -doc
This commit is contained in:
parent
169eed0d21
commit
8b2c84f627
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21458
1 changed files with 0 additions and 3 deletions
|
@ -31,7 +31,6 @@ DOC?= book
|
|||
FORMATS?= html-split
|
||||
|
||||
HAS_INDEX= true
|
||||
WITH_GLOSSARY?=
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
@ -189,9 +188,7 @@ SYMLINKS= ${DESTDIR} index.html handbook.html
|
|||
CHAPTERS?= ${SRCS:M*chapter.sgml}
|
||||
|
||||
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
||||
.if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY)
|
||||
SGMLFLAGS+= -i chap.freebsd-glossary
|
||||
.endif
|
||||
|
||||
# XXX The Handbook build currently overflows some internal, hardcoded
|
||||
# limits in pdftex. Until we split the Handbook up, build the PDF
|
||||
|
|
Loading…
Reference in a new issue