doc/fr_FR.ISO8859-1/htdocs/releases/Makefile
2013-06-18 02:08:55 +00:00

44 lines
856 B
Makefile

# $FreeBSD$
# The FreeBSD French Documentation Project
# Original revision: 1.39
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.xml snapshots.xml
# SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
# SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
# SUBDIR+= 3.3R 3.4R 3.5R 4.0R 4.1R 4.1.1R 4.2R 4.3R 4.4R 4.5R 4.6R
# SUBDIR+= 4.6.2R 4.7R 4.8R 4.9R
# SUBDIR+= 5.0R 5.1R 5.2R
SUBDIR= 2.0
SUBDIR+= 2.2.8R
SUBDIR+= 3.1R
SUBDIR+= 3.2R
SUBDIR+= 3.3R
SUBDIR+= 3.4R
SUBDIR+= 3.5R
SUBDIR+= 4.0R
SUBDIR+= 4.1.1R
SUBDIR+= 4.1R
SUBDIR+= 4.2R
SUBDIR+= 4.3R
SUBDIR+= 4.4R
SUBDIR+= 4.5R
SUBDIR+= 4.6.2R
SUBDIR+= 4.6R
SUBDIR+= 4.7R
SUBDIR+= 5.0R
SUBDIR+= 5.1R
.if defined(NEW_BUILD)
SUBDIR=
.endif
.include "${DOC_PREFIX}/share/mk/web.site.mk"