doc/de/Makefile
Martin Wilke d5e62e51e9 MFen:
www/de/Makefile				fixes only
www/de/features.sgml			1.29 -> 1.33
www/de/where.sgml			1.91 -> 1.94
www/de/projects/projects.sgml		fixes only
www/de/share/sgml/navibar.l10n.ent	1.12 -> 1.13
www/de/share/sgml/press.xml		1.54 -> 1.55
www/de/logo.sgml			new translation [1]
www/de/java				new translation [2]
www/de/java/Makefile			new translation [2]
www/de/java/Makefile.inc		new translation [2]
www/de/java/index.sgml			new translation [2]

[1] Daniel Seuffert [2] jkois

Approved by:	jkois (mentor)
2007-12-01 15:11:46 +00:00

76 lines
1.4 KiB
Makefile

# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
# $FreeBSD$
# $FreeBSDde: de-www/Makefile,v 1.48 2007/11/23 02:40:40 as Exp $
# basiert auf: 1.139
.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.sgml
DOCS+= administration.sgml
DOCS+= applications.sgml
DOCS+= availability.sgml
DOCS+= art.sgml
DOCS+= community.sgml
DOCS+= docs.sgml
DOCS+= features.sgml
DOCS+= internet.sgml
DOCS+= logo.sgml
DOCS+= mailto.sgml
DOCS+= relnotes.sgml
DOCS+= send-pr.sgml
DOCS+= support.sgml
DOCS+= where.sgml
# These will be directly installed.
#DATA= favicon.ico
#DATA+= robots.txt
#DATA+= freebsd.css
#DATA+= vendors.html
# Subdirectories
# SGML
SUBDIR= community
SUBDIR+= developers
SUBDIR+= docproj
SUBDIR+= docs
SUBDIR+= news
SUBDIR+= FAQ
SUBDIR+= handbook
SUBDIR+= java
SUBDIR+= platforms
#SUBDIR+= ports
SUBDIR+= projects
SUBDIR+= releases
SUBDIR+= security
SUBDIR+= support
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
SUBDIR+= ports
SUBDIR+= doc
.endif
.if defined(BUILD_RELNOTES)
SUBDIR+= relnotes
.endif
# Non-SGML
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
.include "${WEB_PREFIX}/share/mk/web.site.mk"