2005-10-15 15:09:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= copyright.xml
|
2005-10-15 15:09:16 +02:00
|
|
|
|
|
|
|
INDEXLINK= copyright.html
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|