f75b3c9cf1
1.2 -> 1.4 contributing/Makefile 1.1 -> 1.3 dialup-firewall/Makefile 1.5 -> 1.7 diskless-x/Makefile 1.8 -> 1.10 fonts/Makefile 1.20 -> 1.21 fonts/article.sgml 1.2 -> 1.4 ipsec-must/Makefile 1.8 -> 1.10 multi-os/Makefile 1.33 -> 1.35 multi-os/article.sgml 1.1 -> 1.3 zip-drive/Makefile
17 lines
245 B
Makefile
17 lines
245 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.4
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|