aboutsummaryrefslogtreecommitdiff
path: root/de/Makefile
diff options
context:
space:
mode:
authorJohann Kois <jkois@FreeBSD.org>2005-11-06 22:00:09 +0000
committerJohann Kois <jkois@FreeBSD.org>2005-11-06 22:00:09 +0000
commit3ec320a35047485eb4bee8c3c469eb413aff8ba2 (patch)
tree1e9d6a4e8c9e39661c9777d6c42f4b3b33c1112e /de/Makefile
parent0f3db6fb0de41f814fd60763c214714b71d45e07 (diff)
downloaddoc-3ec320a35047485eb4bee8c3c469eb413aff8ba2.tar.gz
doc-3ec320a35047485eb4bee8c3c469eb413aff8ba2.zip
1. MFen - The new webdesign:
- Merge the new layout into the external German repository. - Fix problems caused by this process. - Merge the corrected version back. 2. MFbed: Update the German website. Makefile 1.124 -> 1.133 about.sgml translated includes.sgml fixes for 6.0 includes.xsl fixes for 6.0 navigation.xml REMOVED relnotes.sgml 1.12 -> 1.15 support.sgml 1.350 -> 1.352 where.sgml 1.69 -> 1.76 docs/Makefile new file docs/books.sgml new file docs/man.sgml new file docs/webresources.sgml new file news/news.sgml 1.41 -> 1.44 news/news.xml 1.333 -> 1.347 news/newsflash.xsl 1.13 -> 1.14 news/press.xml 1.171 -> 1.175 platforms/ppc.sgml 1.13 -> 1.17 platforms/sparc.sgml 1.20 -> 1.26 platforms/ia64/index.xsl fixes platforms/ia64/todo.xsl 1.3 -> 1.5 + fixes projects/newbies.sgml 1.43 -> 1.48 releases/index.sgml 1.104 -> 1.107 + fixes security/security.sgml 1.174 -> 1.180 support/Makefile new file support/bugreports.sgml new file support/webresources.sgml new file Obtained from: The FreeBSD German Documentation Project.
Notes
Notes: svn path=/www/; revision=26267
Diffstat (limited to 'de/Makefile')
-rw-r--r--de/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/de/Makefile b/de/Makefile
index 778d8e07a3..8a012b57f0 100644
--- a/de/Makefile
+++ b/de/Makefile
@@ -1,8 +1,8 @@
# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
-# $FreeBSD: www/de/Makefile,v 1.22 2005/08/25 15:37:31 jkois Exp $
-# $FreeBSDde: de-www/Makefile,v 1.29 2005/08/13 16:25:01 jkois Exp $
-# basiert auf: 1.117
+# $FreeBSD$
+# $FreeBSDde: de-www/Makefile,v 1.35 2005/11/06 10:38:49 jkois Exp $
+# basiert auf: 1.133
.if exists(Makefile.conf)
.include "Makefile.conf"
@@ -13,7 +13,7 @@
# These are turned into validated, normalized HTML files.
-DOCS= about.sgml
+DOCS= about.sgml
DOCS+= applications.sgml
DOCS+= availability.sgml
DOCS+= docs.sgml
@@ -33,13 +33,15 @@ DOCS+= where.sgml
# Subdirectories
# SGML
-SUBDIR= news
+SUBDIR= docs
+SUBDIR+= news
SUBDIR+= FAQ
SUBDIR+= handbook
SUBDIR+= platforms
SUBDIR+= projects
SUBDIR+= releases
SUBDIR+= security
+SUBDIR+= support
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
#SUBDIR+= ports
SUBDIR+= doc
@@ -65,13 +67,11 @@ index.html: index.xsl ${XML_INCLUDES}\
${XML_NEWS_PRESS} ${XML_NEWS_PRESS_MASTER} \
${XML_EVENTS_EVENTS_MASTER} ${XML_EVENTS_CURDATE} \
${XML_MIRRORS} ${XML_TRANSTABLE} \
- ${XML_ADVISORIES} ${XML_NOTICES} \
- ${XML_NAVIGATION}
+ ${XML_ADVISORIES} ${XML_NOTICES}
${XSLTPROC} ${XSLTPROCOPTS} \
-o $@ \
--param advisories.xml "'${XML_ADVISORIES}'" \
--param mirrors.xml "'${XML_MIRRORS}'" \
- --param navigation.xml "'${XML_NAVIGATION}'" \
--param news.press.xml-master "'${XML_NEWS_PRESS_MASTER}'" \
--param news.press.xml "'${XML_NEWS_PRESS}'" \
--param news.project.xml-master "'${XML_NEWS_NEWS_MASTER}'" \