doc/ja/security/Makefile
Hideyuki KURASHINA a0e0fbbb49 Merge the following from the English version:
1.12  -> 1.14    copyright/freebsd-license.sgml
   1.9   -> 1.10    copyright/trademarks.sgml
   1.9   -> 1.10    docproj/Makefile
   1.30  -> 1.38    internal/Makefile
   1.47  -> 1.48    internal/machines.sgml
   1.13  -> 1.14    java/dists/13.sgml
   1.6   -> 1.7     java/dists/14.sgml
   1.18  -> 1.20    java/index.sgml
   1.37  -> 1.38    java/newsflash.sgml
   1.48  -> 1.49    ports/portindex
   1.7   -> 1.14    projects/Makefile
   1.33  -> 1.36    projects/newbies.sgml
   1.153 -> 1.154   projects/projects.sgml
   1.92  -> 1.93    search/search.sgml
   1.68  -> 1.69    search/web.atoz
   1.8   -> 1.9     security/Makefile
   1.148 -> 1.149   security/security.sgml
   1.31  -> 1.35    send-pr.sgml
2004-01-10 18:38:00 +00:00

28 lines
621 B
Makefile

# $FreeBSD: www/ja/security/Makefile,v 1.15 2003/11/24 18:26:34 hrs Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.9
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS=
DOCS+= security.sgml
INDEXLINK= security.html
### Revision checking
REVCHECK= YES
.include "${WEB_PREFIX}/share/mk/web.site.mk"
CLEANFILES+= advisories.html.inc
security.html: advisories.html.inc
advisories.html.inc: mkindex.xsl ${XML_ADVISORIES}
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
${.CURDIR}/mkindex.xsl ${XML_ADVISORIES}