Index: head/de_DE.ISO8859-1/htdocs/availability.xml =================================================================== --- head/de_DE.ISO8859-1/htdocs/availability.xml (revision 49517) +++ head/de_DE.ISO8859-1/htdocs/availability.xml (nonexistent) @@ -1,30 +0,0 @@ - - - - -]> - - -
- - - -Diese Seite wurde in die FreeBSD - Startseite integriert. Sie sollten innerhalb der - nächsten Sekunden automatisch dorthin weitergeleitet - werden. Falls dies nicht geschieht, aktualisieren Sie bitte - Ihre Lesezeichen und folgen Sie dem Link.
- -Bitte entschuldigen Sie die Unannehmlichkeiten.
- - Property changes on: head/de_DE.ISO8859-1/htdocs/availability.xml ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/sgml \ No newline at end of property Index: head/de_DE.ISO8859-1/htdocs/Makefile =================================================================== --- head/de_DE.ISO8859-1/htdocs/Makefile (revision 49517) +++ head/de_DE.ISO8859-1/htdocs/Makefile (revision 49518) @@ -1,79 +1,78 @@ # 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" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif # These are turned into validated, normalized HTML files. DOCS= about.xml DOCS+= administration.xml DOCS+= applications.xml -DOCS+= availability.xml DOCS+= art.xml DOCS+= docs.xml DOCS+= features.xml DOCS+= internet.xml DOCS+= logo.xml DOCS+= mailto.xml DOCS+= relnotes.xml DOCS+= send-pr.xml DOCS+= support.xml DOCS+= where.xml # These will be directly installed. #DATA= favicon.ico #DATA+= robots.txt #DATA+= freebsd.css #DATA+= vendors.html # Subdirectories # XML SUBDIR= community SUBDIR+= developers SUBDIR+= docproj SUBDIR+= docs SUBDIR+= news SUBDIR+= FAQ SUBDIR+= handbook SUBDIR+= ipv6 SUBDIR+= java SUBDIR+= platforms #SUBDIR+= ports SUBDIR+= projects SUBDIR+= releases SUBDIR+= security SUBDIR+= snapshots SUBDIR+= support .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports SUBDIR+= doc .endif .if defined(BUILD_RELNOTES) #SUBDIR+= relnotes .endif # Non-XML SUBDIR+= gifs WEBDIR?= data/de # these files are generated by using separate rules. DATA+= index.html CLEANFILES+= index.html XMLDOCS= index:xsl:${XML_NEWS_NEWS}: DEPENDSET.index=transtable mirrors news press events \ advisories notices XMLDOCS+= community::${XML_EVENTS_EVENTS}: .include "${DOC_PREFIX}/share/mk/web.site.mk"