doc/ja/security/Makefile
Hiroyuki Hanai 674a301f85 Following changes in the English version are merged.
alpha/Makefile       1.3  -> 1.4
  commercial/Makefile  1.4  -> 1.5
  copyright/Makefile   1.2  -> 1.3
  docproj/Makefile     1.5  -> 1.6
  gallery/Makefile     1.4  -> 1.5
  internal/Makefile    1.9  -> 1.10
  news/Makefile        1.4  -> 1.5
  ports/Makefile       1.13 -> 1.14
  projects/Makefile    1.4  -> 1.5
  releases/Makefile    1.12 -> 1.13
  search/Makefile      1.3  -> 1.4
  security/Makefile    1.3  -> 1.4

Submitted by: Motoyuki Konno <motoyuki@snipe.rim.or.jp>
1998-08-12 09:04:07 +00:00

16 lines
314 B
Makefile

# $Id: Makefile,v 1.8 1998-08-12 09:04:07 hanai Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.4
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS=
DOCS+= programmers.sgml
DOCS+= security.sgml
DOCS+= secure.sgml
INDEXLINK= security.html
.include "../../web.mk"