20 lines
362 B
Makefile
20 lines
362 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $Id: Makefile,v 1.1 2000-06-01 19:14:23 gioria Exp $
|
|
# Original revision: 1.4
|
|
#
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|