doc/ja/docs/Makefile
Ryusuke SUZUKI 16703af558 Merge the following from the English version:
1.5   -> 1.6	Makefile
  (new) -> 1.3  webresources.sgml

Submitted by:	Hiroo Ono  <hiroo _at_ jp dot FreeBSD dot jp>
Reference:	[doc-jp-work 1465]
2010-07-15 11:21:35 +00:00

13 lines
310 B
Makefile

# $FreeBSD: www/ja/docs/Makefile,v 1.1 2010/07/05 17:00:55 ryusuke Exp $
# Original Revision: 1.6
.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"