community.sgml: 1.2 community/Makefile: 1.1 community/irc.sgml: 1.2 community/mailinglists.sgml: 1.4 community/newsgroups.sgml: 1.3 community/webresources.sgml: 1.2 support/Makefile: 1.1 support/bugreports.sgml: 1.2 support/webresources.sgml: 1.1 share/sgml/templates.usergroups.xsl: Add for building usergroups.xml with russian header and section menu (usergroups.html) MFen: support.sgml: 1.334 -> 1.353 Other changes are for normal building, and web appearence with unbreaked links with above changes. Obtained from: The FreeBSD Russian Documentation Project Approved by: marck
14 lines
333 B
Makefile
14 lines
333 B
Makefile
# $FreeBSDru: frdp/www/ru/support/Makefile,v 1.1 2005/11/03 21:27:23 gad Exp $
|
|
# $FreeBSD$
|
|
# Original revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= bugreports.sgml webresources.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|