2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
1998-08-11 03:18:41 +02:00
|
|
|
|
1998-08-11 13:43:53 +02:00
|
|
|
.if exists(../Makefile.conf)
|
1998-08-11 03:18:41 +02:00
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
2000-11-07 05:05:37 +01:00
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
1998-03-31 22:11:38 +02:00
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= current.xml
|
|
|
|
DOCS+= doc-set.xml
|
|
|
|
DOCS+= handbook.xml
|
|
|
|
DOCS+= handbook3.xml
|
|
|
|
DOCS+= submitting.xml
|
|
|
|
DOCS+= who.xml
|
|
|
|
DOCS+= translations.xml
|
|
|
|
DOCS+= docproj.xml
|
1998-03-31 22:11:38 +02:00
|
|
|
|
1998-08-07 18:57:09 +02:00
|
|
|
INDEXLINK= docproj.html
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|