Add Makefile for mailing-list-faq
This commit is contained in:
parent
9c9f480557
commit
9f79c31d20
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21125
1 changed files with 16 additions and 0 deletions
16
en_US.ISO8859-1/articles/mailing-list-faq/Makefile
Normal file
16
en_US.ISO8859-1/articles/mailing-list-faq/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Frequently Asked Questions About The FreeBSD Mailing Lists
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue