Sync these Makefiles to have one style of declarations and comments.
This commit is contained in:
parent
d823d69c90
commit
6d048e2320
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20561
37 changed files with 184 additions and 168 deletions
|
|
@ -1,27 +1,19 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD New Committers Guide
|
||||
#
|
||||
# Article: The FreeBSD Committers Guide
|
||||
|
||||
MAINTAINER=jhb@FreeBSD.org
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
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
|
||||
SRCS= article.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue