doc/ja/docproj/Makefile
Hiroki Sato 4542e5990d Merge the following from the English version:
1.11  -> 1.12 	copyright/Makefile
	1.8   -> 1.9  	docproj/Makefile
	1.13  -> 1.14 	gallery/Makefile
2001-11-18 22:33:58 +00:00

26 lines
550 B
Makefile

# $FreeBSD: www/ja/docproj/Makefile,v 1.13 2000/11/07 11:37:53 kuriyama Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= current.sgml
DOCS+= doc-set.sgml
#DOCS+= handbook.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
INDEXLINK= docproj.html
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"