27 lines
579 B
Makefile
27 lines
579 B
Makefile
# $FreeBSD: www/ja/commercial/Makefile,v 1.12 2000/10/05 16:31:17 hrs Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.14
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
PERL= perl5
|
|
|
|
DOCS = commercial.sgml
|
|
# DOCS+= consulting.sgml
|
|
# DOCS+= consulting_bycat.sgml
|
|
# DOCS+= hardware.sgml
|
|
# DOCS+= misc.sgml
|
|
# DOCS+= software.sgml
|
|
# DOCS+= software_bycat.sgml
|
|
|
|
INDEXLINK=commercial.html
|
|
|
|
### Revision checking
|
|
REVCHECK= yes
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|