14 lines
232 B
Makefile
14 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= projects.xml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|