From owner-svn-doc-head@freebsd.org Fri Oct 14 19:05:17 2016 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50937C12C70; Fri, 14 Oct 2016 19:05:17 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FCE9E54; Fri, 14 Oct 2016 19:05:17 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EJ5GZM034204; Fri, 14 Oct 2016 19:05:16 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EJ5GA6034203; Fri, 14 Oct 2016 19:05:16 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201610141905.u9EJ5GA6034203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Fri, 14 Oct 2016 19:05:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49518 - head/de_DE.ISO8859-1/htdocs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 19:05:17 -0000 Author: jkois Date: Fri Oct 14 19:05:16 2016 New Revision: 49518 URL: https://svnweb.freebsd.org/changeset/doc/49518 Log: Resync r41060 - remove de/htdocs/availability.xml from the repo. Deleted: head/de_DE.ISO8859-1/htdocs/availability.xml Modified: head/de_DE.ISO8859-1/htdocs/Makefile Modified: head/de_DE.ISO8859-1/htdocs/Makefile ============================================================================== --- head/de_DE.ISO8859-1/htdocs/Makefile Fri Oct 14 18:48:02 2016 (r49517) +++ head/de_DE.ISO8859-1/htdocs/Makefile Fri Oct 14 19:05:16 2016 (r49518) @@ -1,8 +1,8 @@ # The FreeBSD Documentation Project # The FreeBSD German Documentation Project # $FreeBSD$ -# $FreeBSDde: de-www/Makefile,v 1.51 2011/06/13 21:33:54 jkois Exp $ -# basiert auf: 1.145 +# $FreeBSDde$ +# basiert auf: r41060 .if exists(Makefile.conf) .include "Makefile.conf" @@ -16,7 +16,6 @@ DOCS= about.xml DOCS+= administration.xml DOCS+= applications.xml -DOCS+= availability.xml DOCS+= art.xml DOCS+= docs.xml DOCS+= features.xml