head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2007.04.01.11.09.38;	author jkois;	state Exp;
branches;
next	;


desc
@@


1.1
log
@MFbed:  Update the German website.

www/de/Makefile                                 fixes only
www/de/administration.sgml                      1.7   -> 1.8
www/de/application.sgml                         fixes only
www/de/developers.sgml                          1.155 -> 1.158
www/de/index.xsl                                fixes only
www/de/developers/Makefile                      new file
www/de/developers/cvs.sgml                      new translation [X]
www/de/platforms/amd64.sgml                     1.17  -> 1.18
www/de/ports/Makefile                           new file
www/de/ports/Makefile.inc                       new file
www/de/ports/Makefile.inc0                      new file
www/de/ports/categories                         new translation [X]
www/de/ports/categories.description             new translation [X]
www/de/ports/index.sgml                         new translation [X]
www/de/ports/installing.sgml                    new translation [X]
www/de/ports/packages                           new file
www/de/ports/portindex                          new file
www/de/ports/ports.ent                          new file
www/de/ports/references.sgml                    new translation [X]
www/de/ports/searching.sgml                     new translation [X]
www/de/ports/updating.sgml                      new translation [X]
www/de/ports/growth/Makefile                    new file
www/de/share/sgml/navibar.10.ent                fixes only
www/de/share/sgml/news.xml                      1.63  -> 1.64

Obtained from:  The FreeBSD German Documentation Project.

[X]     translated by:  jkois
@
text
@# $FreeBSD$
# $FreeBSDde: de-www/ports/growth/Makefile,v 1.1 2007/03/31 14:27:07 jkois Exp $
# basiert auf: 1.2
#

TOOLDIR=${.CURDIR}/../../../tools/portsgrowth

all install clean:
	cd ${TOOLDIR}; \
		 ${MAKE} ${MAKEFLAGS} ${.TARGETS}

@
