1998-07-27 10:39:09 +02:00
|
|
|
# $Id: Makefile,v 1.5 1998-07-27 08:39:09 hanai Exp $
|
1998-07-27 06:47:06 +02:00
|
|
|
# The FreeBSD Japanese Documentation Project
|
|
|
|
# Original revision: 1.1
|
1998-07-26 12:51:34 +02:00
|
|
|
|
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DOCS=
|
|
|
|
DOCS+= programmers.sgml
|
1998-07-26 13:16:39 +02:00
|
|
|
DOCS+= security.sgml
|
1998-07-26 13:29:57 +02:00
|
|
|
DOCS+= secure.sgml
|
1998-07-26 12:51:34 +02:00
|
|
|
|
1998-07-27 10:39:09 +02:00
|
|
|
.include "../../web.mk"
|