f0b8fb1fc6
www/de/Makefile 1.36 -> 1.38 www/de/applications.sgml 1.29 -> 1.31 www/de/community.sgml new translation www/de/includes.navcommunity.sgml fixes only www/de/includes.navdevelopers.sgml 1.5 -> 1.7 www/de/includes.navdownload.sgml 1.4 -> 1.5 www/de/includes.sgml fixes only www/de/includes.xsl fixes only www/de/index.xsl 1.141 -> 1.142 www/de/relnotes.sgml 1.15 -> 1.17 www/de/where.sgml 1.77 -> 1.79 www/de/community/Makefile new file www/de/community/irc.sgml new translation www/de/community/mailinglists.html new translation www/de/community/newsgroups.html new translation www/de/community/webresources.sgml new translation www/de/docs/books.sgml 1.13 -> 1.14 www/de/news/news.xml 1.363 -> 1.370 www/de/news/newsflash.xsl 1.15 -> 1.16 www/de/news/oldnewsflash.xsl 1.7 -> 1.8 www/de/news/press.xml 1.182 -> 1.186 www/de/news/press.xsl 1.12 -> 1.13 www/de/platforms/index.sgml 1.16 -> 1.19 Obtained from: The FreeBSD German Documentation Project.
17 lines
372 B
Makefile
17 lines
372 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-www/community/Makefile,v 1.2 2006/02/03 14:32:11 jkois Exp $
|
|
# basiert auf: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= irc.sgml
|
|
DOCS+= mailinglists.sgml
|
|
DOCS+= newsgroups.sgml
|
|
DOCS+= webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|