44b431d77b
- Update translated web pages Submitted by: Emily Boyd <emilyboyd@emilyboyd.com> [1] Sponsored by: Google Summer of Code 2005 [1]
12 lines
204 B
Makefile
12 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|