419923629e
Phase 1: Switch to new-style setup of FAQ/handbook (.../doc/de_DE.ISO8859-1) Changes to includes and availability were neccessary because of the changes made in the framework since the last update, the web site would not build otherwise. Reviewed by: -doc, Silence on -www
17 lines
303 B
Makefile
17 lines
303 B
Makefile
#
|
|
# $FreeBSDde: de-www/FAQ/Makefile,v 1.2 2002/12/02 05:35:13 ue Exp $
|
|
# $FreeBSD$
|
|
# Original revision: 1.8
|
|
#
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DATA= index.html
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
|
|