The original version of this (which I forgot to check in) added the
table of contents. Do so now.
This commit is contained in:
parent
ea725bc728
commit
690bd71b77
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21130
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ FORMATS?= html
|
|||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
WITH_ARTICLE_TOC?=YES
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= article.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
|
Loading…
Reference in a new issue