(new) -> 1.1 developers/Makefile (new) -> 1.10 developers/cvs.sgml - Activate developers. www/ja/Makefile - Fix links to developers/cvs.html. www/ja/search/web.atoz www/ja/share/sgml/navibar.l10n.ent
13 lines
229 B
Makefile
13 lines
229 B
Makefile
# $FreeBSD$
|
|
# Original Revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= cvs.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|