2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2007-01-07 23:44:48 +01:00
|
|
|
|
|
|
|
###################################################
|
|
|
|
# The FreeBSD Hungarian Documentation Project #
|
|
|
|
###################################################
|
|
|
|
|
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2012-10-01 11:53:01 +02:00
|
|
|
DOCS= cvs.xml
|
2007-01-07 23:44:48 +01:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|