fr/conspectus/README: no revision number fr/conspectus/index.sgml: MFen 1.7 fr/conspectus/advocacy/2000/index.sgml: MFen 1.4 fr/conspectus/advocacy/2000/11/26.sgml: MFen 1.1 fr/conspectus/advocacy/2000/11/19.sgml: MFen 1.1 fr/conspectus/advocacy/2000/11/12.sgml: MFen 1.3 fr/conspectus/advocacy/2000/11/05.sgml: MFen 1.4 fr/conspectus/stable/2000/index.sgml: MFen 1.3
18 lines
310 B
Makefile
18 lines
310 B
Makefile
# $FreeBSD$
|
|
|
|
# The FreeBSD French Documentation Project
|
|
# Original revision: 1.3
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml
|
|
|
|
SUBDIR= stable
|
|
SUBDIR+= advocacy
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|