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. . .
15 lines
275 B
Makefile
15 lines
275 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# Original revision: 1.4
|
|
#
|
|
|
|
SUBDIR = faq
|
|
SUBDIR+= handbook
|
|
|
|
ROOT_SYMLINKS= faq handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|