doc/de_DE.ISO8859-1/htdocs/projects/Makefile
2017-02-09 22:16:33 +00:00

20 lines
365 B
Makefile

# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
#
# $FreeBSD$
# $FreeBSDde$
# basiert auf: r48383
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= newbies.xml
DOCS+= cvsweb.xml
INDEXLINK= newbies.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"