The original version of this (which I forgot to check in) added the

table of contents.  Do so now.
This commit is contained in:
Mark Linimon 2004-06-10 06:15:19 +00:00
parent ea725bc728
commit 690bd71b77
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21130

View file

@ -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}/../../..