(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]
15 lines
279 B
Makefile
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"
|