- Move files under <lang>/htdocs/share to <lang>/share. - s/WEB_PREFIX/DOC_PREFIX/ - Update the webupdate script to use the SVN repository. Approved by: doceng (implicit)
29 lines
681 B
Makefile
29 lines
681 B
Makefile
# The FreeBSD German Documentation Project
|
|
# The FreeBSD Documentation Project
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-www/releases/4.11R/Makefile,v 1.1 2005/01/26 01:19:12 mheinen Exp $
|
|
# basiert auf: 1.3
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= announce.sgml
|
|
DOCS+= hardware.sgml
|
|
DOCS+= installation.sgml
|
|
DOCS+= relnotes.sgml
|
|
|
|
DATA= docbook.css
|
|
DATA+= errata.html
|
|
DATA+= hardware-alpha.html
|
|
DATA+= hardware-i386.html
|
|
DATA+= installation-alpha.html
|
|
DATA+= installation-i386.html
|
|
DATA+= readme.html
|
|
DATA+= relnotes-alpha.html
|
|
DATA+= relnotes-i386.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|