564f9c020c
1.36 -> 1.42 articles/Makefile 1.4 -> 1.6 articles/contributing/Makefile 1.6 -> 1.9 articles/contributors/Makefile 1.420 -> 1.434 articles/contributors/article.sgml 1.3 -> 1.5 articles/dialup-firewall/Makefile 1.39 -> 1.40 articles/dialup-firewall/article.sgml 1.7 -> 1.8 articles/diskless-x/Makefile 1.15 -> 1.16 articles/diskless-x/article.sgml 1.4 -> 1.6 articles/fbsd-from-scratch/Makefile 1.10 -> 1.12 articles/fonts/Makefile 1.24 -> 1.27 articles/fonts/article.sgml 1.4 -> 1.6 articles/ipsec-must/Makefile 1.12 -> 1.15 articles/ipsec-must/article.sgml 1.10 -> 1.12 articles/multi-os/Makefile 1.37 -> 1.39 articles/multi-os/article.sgml 1.4 -> 1.6 articles/problem-reports/Makefile 1.3 -> 1.4 articles/zip-drive/Makefile 1.12 -> 1.15 articles/zip-drive/article.sgml
21 lines
314 B
Makefile
21 lines
314 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Contributing to FreeBSD
|
|
#
|
|
# Original revision: 1.6
|
|
|
|
DOC?= article
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|