1.14 -> 1.16 fr/projects/Makefile Note that the acpi directory is not in the SUBDIR list (?).
22 lines
451 B
Makefile
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"
|