doc/ja/projects/mips/Makefile
2005-01-10 02:17:26 +00:00

22 lines
384 B
Makefile

# Summary for C99 project status
#
# $FreeBSD$
# The FreeBSD Japanese Documentation Project
# Original revision: 1.1
MAINTAINER= jmallett
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
DATA= style.css
### Revision checking
REVCHECK= yes
.include "${WEB_PREFIX}/share/mk/web.site.mk"