doc/ja/developers/Makefile
Ryusuke SUZUKI 271398576f - Merge the following from the English version:
(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
2010-05-07 12:37:16 +00:00

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"