d0e33d031b
Approved by: doceng (implicit)
19 lines
347 B
Makefile
19 lines
347 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
|
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|