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. . .
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = articles
|
|
SUBDIR+= books
|
|
|
|
COMPAT_SYMLINK = fr
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|