administration.sgml 1.9 -> 1.10 send-pr.sgml 1.57 -> 1.58 where.sgml 1.88 -> 1.89 community/mailinglists.sgml 1.14 -> 1.15 docs/man.sgml -> Attic search/site.map 1.30 -> 1.31 search/web.atoz 1.88 -> 1.89 share/sgml/navibar.l10n.ent 1.10 -> 1.11 Approved by: keramida (mentor)
16 lines
443 B
Makefile
16 lines
443 B
Makefile
# $FreeBSD: www/hu/docs/Makefile,v 1.1 2007/01/07 22:44:47 keramida Exp $
|
|
|
|
###################################################
|
|
# The FreeBSD Hungarian Documentation Project #
|
|
###################################################
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= books.sgml webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|