- 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)
23 lines
483 B
Makefile
23 lines
483 B
Makefile
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-www/docproj/Makefile,v 1.3 2007/01/16 20:32:55 jkois Exp $
|
|
# basiert auf: 1.11
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= doc-set.sgml
|
|
DOCS+= docproj.sgml
|
|
DOCS+= sgml.sgml
|
|
DOCS+= submitting.sgml
|
|
DOCS+= who.sgml
|
|
|
|
INDEXLINK= docproj.html
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|