www/de/docs/Makefile 1.5 -> 1.6 www/de/docs/man.sgml file removed www/de/share/sgml/navibar.l10n.ent 1.8 -> 1.11 www/de/share/sgml/press.xml 1.40 -> 1.41 Obtained from: The FreeBSD German Documentation Project
15 lines
321 B
Makefile
15 lines
321 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/docs/Makefile,v 1.2 2007/07/22 07:02:49 jkois Exp $
|
|
# basiert auf: 1.6
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.sgml
|
|
DOCS+= webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|