doc/fr/projects/Makefile
Stephane Legrand 1e77365061 Merge from the English version:
1.14 -> 1.16 fr/projects/Makefile

Note that the acpi directory is not in the SUBDIR list (?).
2004-08-09 20:39:31 +00:00

22 lines
451 B
Makefile

# $FreeBSD: www/fr/projects/Makefile,v 1.1 2003/12/15 16:04:58 stephane Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.16
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= projects.sgml
DOCS+= newbies.sgml
DOCS+= libh.sgml
DOCS+= cvsweb.sgml
INDEXLINK= projects.html
SUBDIR= busdma c99 mips
.include "${WEB_PREFIX}/share/mk/web.site.mk"