doc/en_US.ISO8859-1/htdocs/docproj/Makefile

22 lines
375 B
Makefile
Raw Normal View History

# $FreeBSD$
1998-08-11 03:18:41 +02:00
.if exists(../Makefile.conf)
1998-08-11 03:18:41 +02:00
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
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-08-07 18:57:09 +02:00
INDEXLINK= docproj.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"