15 lines
322 B
Makefile
15 lines
322 B
Makefile
# $FreeBSD: www/ja/projects/Makefile,v 1.7 1999/09/06 07:03:23 peter Exp $
|
|
# The FreeBSD Japanese Documentation Project
|
|
# Original revision: 1.6
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
|
|
DOCS= projects.sgml
|
|
DOCS+= mozilla.sgml
|
|
DOCS+= newbies.sgml
|
|
|
|
INDEXLINK= projects.html
|
|
|
|
.include "../../web.mk"
|