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


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


desc
@@


1.1
log
@MFen:   Reorganize/remove the "snapshot page &base;/snapshots

www/de/Makefile                                 Fixes only
www/de/releases/Makefile                        Fixes only
www/de/releases/snapshots.sgml                  File deleted/moved
www/de/share/sgml/navibar.l10n.ent              Fixes only
www/de/snapshots/Makefile                       new file
www/de/snapshots/Makefile.inc                   new file
www/de/snapshots/index.sgml                     1.17 -> 1.44

Obtained from:  The FreeBSD German Documentation Project
@
text
@# $FreeBSD$
# $FreeBSDde: de-www/snapshots/Makefile,v 1.1 2010/04/18 19:37:56 jkois Exp $
# basiert auf: 1.1

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS?=	index.sgml

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@
