doc/de/projects/Makefile
Johann Kois 34491158b4 MFbed: Update the German website.
applications.sgml               1.26  -> 1.28
docs.sgml                       1.187 -> 1.189
includes.sgml                   Copyright: The year is 2005
Makefile                        include the new folder "projects"
navigation.xml                  link to the german version of projects/newbies.sgml
news/press.xml                  1.155 -> 1.156
news/news.xml                   1.266 -> 1.275
projects/newbies.sgml           new translation
projects/Makefile               new file
projects/Makefile.inc           new file
where.sgml                      1.65  -> 1.68

Obtained from:  The FreeBSD German Documentation Project.

Approved by:    mheinen (mentor)
2005-03-14 23:02:55 +00:00

19 lines
411 B
Makefile

# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
#
# $FreeBSD$
# $FreeBSDde: de-www/projects/Makefile,v 1.1 2005/01/29 19:07:54 jkois Exp $
# basiert auf: 1.20
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS+= newbies.sgml
INDEXLINK= projects.html
.include "${WEB_PREFIX}/share/mk/web.site.mk"