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,16 +1,17 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Problem Report Handling Guidelines
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
WITH_ARTICLE_TOC?=YES
|
||||
|
||||
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