bec94907eb
large indigestible blobs like the PGP keys article. Also remove the special settings in the PGP Keys article Makefile that are no longer necessary.
21 lines
335 B
Makefile
21 lines
335 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: PGP Keys
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
# To build with just key fingerprints, set FINGERPRINTS_ONLY.
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|