Build and install the German Parts of the FreeBSD Webpage, including

the translated documents.
This commit is contained in:
Alexander Langer 2001-02-25 11:54:42 +00:00
parent a24819ab82
commit f30e9810ee
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8845
2 changed files with 49 additions and 0 deletions

41
de/Makefile Normal file
View file

@ -0,0 +1,41 @@
# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
# $FreeBSD$
# $FreeBSDde: de-www/Makefile,v 1.6 2001/02/25 11:48:33 alex Exp $
.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+= availability.sgml
DOCS+= index.sgml
CLEANFILES+=atoz.sgml site.sgml
# These will be directly installed.
#DATA= robots.txt index.html
# Subdirectories
# SGML
#.if !defined(WEB_ONLY) || empty(WEB_ONLY)
#SUBDIR+= ports
#.endif
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
# Extern
#SUBDIR+= tutorials
DOCSUBDIR= FAQ handbook
.endif
SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
WEBDIR= data/de
.include "${WEB_PREFIX}/share/mk/web.site.mk"

8
de/Makefile.inc Normal file
View file

@ -0,0 +1,8 @@
# $FreeBSD$
# $FreeBSDde: de-www/Makefile.inc,v 1.2 2001/02/25 11:41:30 alex Exp $
# The FreeBSD Documentation Project
# The FreeBSD German Documentation Project
# Original revision: 1.8
WEBBASE?= /data/de
WEB_PREFIX?= ${.CURDIR}/../..