doc/ja/docs/Makefile
Ryusuke SUZUKI 8e6ca575b9 - Merge the following from the English version:
(new) -> 1.5 www/ja/docs/Makefile
	(new) -> 1.7 www/ja/docs/books.sgml

- Activate www/ja/docs
	www/ja/Makefile

Submitted by: 	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
Reference:	[doc-jp-work 1475]
2010-07-05 17:00:55 +00:00

15 lines
279 B
Makefile

# $FreeBSD$
# Original Revision: 1.5
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= books.sgml
#DOCS+= man.sgml
#DOCS+= webresources.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"