doc/ja/docproj/Makefile
Ryusuke SUZUKI 387cd3a834 - Add single space where appropriate.
- Rewrap lines.

	www/ja/search/searchhints.sgml

- Merge the following from the English version:

	1.10 -> 1.11	www/ja/docproj/Makefile
	1.17 -> 1.18	www/ja/docproj/submitting.sgml
	1.23 -> 1.25	www/ja/tutorials/index.sgml
2011-05-20 12:17:59 +00:00

28 lines
591 B
Makefile

# $FreeBSD: www/ja/docproj/Makefile,v 1.15 2004/01/10 18:37:57 rushani Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.11
.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+= handbook3.sgml
DOCS+= sgml.sgml
DOCS+= submitting.sgml
DOCS+= who.sgml
DOCS+= translations.sgml
DOCS+= docproj.sgml
#DOCS+= todo.sgml
INDEXLINK= docproj.html
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"