0f9e3260d7
tree. A round of applause, please, for Sebastien Gioria, Frederic Haby, and the other volunteers on the French FreeBSD Documentation Project. I haven't turned this on in the top level Makefile yet because I've almost certainly missed something. I want to be able to grab a copy of the tree after I've committed it and build it from scratch to make sure everything works before I break the website. . .
20 lines
319 B
Makefile
20 lines
319 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# 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"
|