23 lines
321 B
Makefile
23 lines
321 B
Makefile
|
#
|
||
|
# The FreeBSD Documentation Project
|
||
|
# The FreeBSD French Documentation Project
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
# Original revision: 1.1
|
||
|
#
|
||
|
|
||
|
|
||
|
|
||
|
DOC?= article
|
||
|
|
||
|
FORMATS?= html
|
||
|
|
||
|
INSTALL_COMPRESSED?=gz
|
||
|
INSTALL_ONLY_COMPRESSED?=
|
||
|
|
||
|
SRCS= article.sgml
|
||
|
|
||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||
|
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|