Switch web.mk to share/mk/web.site.mk in Japanese version.
This commit is contained in:
parent
391dc88a96
commit
9a4abe3f61
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8310
44 changed files with 347 additions and 221 deletions
ja
MakefileMakefile.inc
alpha
commercial
conspectus
copyright
docproj
gallery
internal
java
news
ports
projects
releases
2.1.5R
2.1.6R
2.1.7R
2.2.1R
2.2.2R
2.2.5R
2.2.6R
2.2.7R
2.2.8R
2.2R
3.0R
3.1R
3.2R
3.3R
3.4R
3.5R
4.0R
4.1.1R
4.1R
MakefileMakefile.incsearch
security
tutorials
15
ja/Makefile
15
ja/Makefile
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/Makefile,v 1.42 2000/10/02 09:16:04 kuriyama Exp $
|
# $FreeBSD: www/ja/Makefile,v 1.43 2000/11/07 08:18:36 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.54
|
# Original revision: 1.55
|
||||||
|
|
||||||
LOCALTOP= .
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# These are turned into validated, normalized HTML files.
|
# These are turned into validated, normalized HTML files.
|
||||||
|
@ -71,4 +72,4 @@ WEBDIR= data/ja
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# $FreeBSD: www/ja/Makefile.inc,v 1.7 1999/09/06 07:03:14 peter Exp $
|
# $FreeBSD: www/ja/Makefile.inc,v 1.8 1999/09/07 15:15:44 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.7
|
# Original revision: 1.8
|
||||||
|
|
||||||
WEBBASE?= /data/ja
|
WEBBASE?= /data/ja
|
||||||
|
WEB_PREFIX?= ${.CURDIR}/../..
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/alpha/Makefile,v 1.10 1999/12/23 01:15:46 kuriyama Exp $
|
# $FreeBSD: www/ja/alpha/Makefile,v 1.11 2000/10/02 09:16:05 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.6
|
# Original revision: 1.7
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= alpha.sgml
|
DOCS= alpha.sgml
|
||||||
|
@ -15,4 +16,4 @@ INDEXLINK=alpha.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/commercial/Makefile,v 1.11 2000/10/02 09:16:05 kuriyama Exp $
|
# $FreeBSD: www/ja/commercial/Makefile,v 1.12 2000/10/05 16:31:17 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.13
|
# Original revision: 1.14
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PERL= perl5
|
PERL= perl5
|
||||||
|
@ -23,4 +24,4 @@ INDEXLINK=commercial.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/conspectus/Makefile,v 1.1 2000/06/18 23:06:42 kuriyama Exp $
|
# $FreeBSD: www/ja/conspectus/Makefile,v 1.2 2000/10/02 09:16:05 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= index.sgml
|
DOCS= index.sgml
|
||||||
|
@ -16,4 +17,4 @@ DOCS= index.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/ja/conspectus/Makefile.inc,v 1.1 2000/06/18 23:06:42 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
WEBBASE?= /data/ja/conspectus
|
WEBBASE?= /data/ja/conspectus
|
||||||
|
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/copyright/Makefile,v 1.12 1999/12/23 01:15:47 kuriyama Exp $
|
# $FreeBSD: www/ja/copyright/Makefile,v 1.13 2000/10/02 09:16:06 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.9
|
# Original revision: 1.10
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= license.sgml
|
DOCS= license.sgml
|
||||||
|
@ -39,4 +40,4 @@ CVS_OPT+= -R
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/docproj/Makefile,v 1.11 1999/12/23 01:15:48 kuriyama Exp $
|
# $FreeBSD: www/ja/docproj/Makefile,v 1.12 2000/10/02 09:16:06 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.7
|
# Original revision: 1.8
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= current.sgml
|
DOCS= current.sgml
|
||||||
|
@ -21,4 +22,4 @@ INDEXLINK= docproj.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/gallery/Makefile,v 1.11 2000/10/02 07:54:40 kuriyama Exp $
|
# $FreeBSD: www/ja/gallery/Makefile,v 1.12 2000/10/02 09:16:06 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.10
|
# Original revision: 1.11
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS = gallery.sgml
|
DOCS = gallery.sgml
|
||||||
|
@ -23,4 +24,4 @@ gallery.inc: ../../en/gallery/gallery.db gallery.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/internal/Makefile,v 1.14 2000/05/07 01:54:44 kuriyama Exp $
|
# $FreeBSD: www/ja/internal/Makefile,v 1.15 2000/10/02 09:16:07 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.22
|
# Original revision: 1.23
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# DOCS= photos.sgml
|
# DOCS= photos.sgml
|
||||||
|
@ -23,4 +24,4 @@ INDEXLINK= internal.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# $FreeBSD: www/ja/java/Makefile,v 1.7 2000/10/02 09:16:07 kuriyama Exp $
|
# $FreeBSD: www/ja/java/Makefile,v 1.8 2000/11/07 05:13:19 kuriyama Exp $
|
||||||
|
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
SUBDIR = dists
|
SUBDIR = dists
|
||||||
|
@ -23,4 +23,4 @@ DOCS+= newsflash.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# $FreeBSD: www/ja/java/Makefile.inc,v 1.1 2000/04/27 02:05:06 kuriyama Exp $
|
# $FreeBSD: www/ja/java/Makefile.inc,v 1.2 2000/04/28 12:21:21 phantom Exp $
|
||||||
|
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
WEBBASE?= /data/ja/java
|
WEBBASE?= /data/ja/java
|
||||||
|
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
|
@ -1,9 +1,13 @@
|
||||||
# $FreeBSD: www/ja/java/dists/Makefile,v 1.3 2000/10/02 09:16:09 kuriyama Exp $
|
# $FreeBSD: www/ja/java/dists/Makefile,v 1.4 2000/11/07 05:13:20 kuriyama Exp $
|
||||||
|
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.3
|
# Original revision: 1.4
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= 10.sgml
|
DOCS= 10.sgml
|
||||||
DOCS+= 11.sgml
|
DOCS+= 11.sgml
|
||||||
|
@ -14,4 +18,4 @@ DOCS+= index.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/news/1996/Makefile,v 1.3 2000/10/02 09:16:10 kuriyama Exp $
|
# $FreeBSD: www/ja/news/1996/Makefile,v 1.4 2000/10/19 19:05:13 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= index.sgml
|
DOCS= index.sgml
|
||||||
|
@ -13,4 +14,4 @@ DOCS= index.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/news/1997/Makefile,v 1.3 2000/10/02 09:16:10 kuriyama Exp $
|
# $FreeBSD: www/ja/news/1997/Makefile,v 1.4 2000/10/19 19:05:13 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= index.sgml
|
DOCS= index.sgml
|
||||||
|
@ -13,4 +14,4 @@ DOCS= index.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/news/Makefile,v 1.21 2000/10/02 09:16:10 kuriyama Exp $
|
# $FreeBSD: www/ja/news/Makefile,v 1.22 2000/11/07 07:58:03 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.22
|
# Original revision: 1.23
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# quick news letter
|
# quick news letter
|
||||||
|
@ -44,4 +45,4 @@ SUBDIR+= 1997
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# $FreeBSD: www/en/news/Makefile.inc,v 1.1 2000/03/22 16:20:52 phantom Exp $
|
# $FreeBSD: www/ja/news/Makefile.inc,v 1.1 2000/05/12 15:34:39 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
WEBBASE?= /data/ja/news
|
WEBBASE?= /data/ja/news
|
||||||
|
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
|
@ -1,10 +1,13 @@
|
||||||
# $FreeBSD: www/ja/ports/Makefile,v 1.19 2000/10/02 07:54:40 kuriyama Exp $
|
# $FreeBSD: www/ja/ports/Makefile,v 1.20 2000/11/07 08:01:02 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.29
|
# Original revision: 1.30
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
.if exists(../../en/ports/Makefile.inc)
|
.if exists(../../en/ports/Makefile.inc)
|
||||||
.include "../../en/ports/Makefile.inc"
|
.include "../../en/ports/Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
@ -74,4 +77,4 @@ all install clean:
|
||||||
(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET})
|
(cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET})
|
||||||
|
|
||||||
|
|
||||||
.include "../../web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# $FreeBSD: www/ja/ports/Makefile.inc0,v 1.1 1999/11/15 21:58:16 kuriyama Exp $
|
# $FreeBSD: www/ja/ports/Makefile.inc0,v 1.2 2000/10/03 11:10:50 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.3
|
# Original revision: 1.4
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
.endif
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
.if exists(${.CURDIR}/../../en/ports/Makefile.inc)
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
.if exists(../../en/ports/Makefile.inc)
|
||||||
.include "../../en/ports/Makefile.inc"
|
.include "../../en/ports/Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -14,5 +16,4 @@
|
||||||
.include "Makefile.gen"
|
.include "Makefile.gen"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
.include "../web.mk"
|
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/projects/Makefile,v 1.9 1999/12/23 01:15:56 kuriyama Exp $
|
# $FreeBSD: www/ja/projects/Makefile,v 1.10 2000/10/02 09:16:11 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.6
|
# Original revision: 1.7
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= projects.sgml
|
DOCS= projects.sgml
|
||||||
|
@ -17,4 +18,4 @@ INDEXLINK= projects.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= yes
|
REVCHECK= yes
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD: www/ja/releases/2.1.5R/Makefile,v 1.3 1999/12/23 01:15:58 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.1.5R/Makefile,v 1.4 2000/10/02 09:16:11 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
#DOCS= announce.sgml notes.sgml
|
#DOCS= announce.sgml notes.sgml
|
||||||
DOCS= notes.sgml
|
DOCS= notes.sgml
|
||||||
|
@ -10,4 +15,4 @@ DOCS= notes.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD: www/ja/releases/2.1.6R/Makefile,v 1.3 1999/12/23 01:15:59 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.1.6R/Makefile,v 1.4 2000/10/02 09:16:12 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
#DOCS= announce.sgml notes.sgml security.sgml
|
#DOCS= announce.sgml notes.sgml security.sgml
|
||||||
DOCS= notes.sgml security.sgml
|
DOCS= notes.sgml security.sgml
|
||||||
|
@ -10,4 +15,4 @@ DOCS= notes.sgml security.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD: www/ja/releases/2.1.7R/Makefile,v 1.3 1999/12/23 01:16:00 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.1.7R/Makefile,v 1.4 2000/10/02 09:16:12 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
#DOCS= announce.sgml notes.sgml
|
#DOCS= announce.sgml notes.sgml
|
||||||
DOCS= notes.sgml
|
DOCS= notes.sgml
|
||||||
|
@ -10,4 +15,4 @@ DOCS= notes.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.1R/Makefile,v 1.3 1999/12/23 01:16:01 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.1R/Makefile,v 1.4 2000/10/02 09:16:14 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= notes.sgml
|
DOCS= notes.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.2R/Makefile,v 1.3 1999/12/23 01:16:01 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.2R/Makefile,v 1.4 2000/10/02 09:16:15 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= notes.sgml errata.sgml
|
DOCS= notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.5R/Makefile,v 1.4 1999/12/23 01:16:02 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.5R/Makefile,v 1.5 2000/10/02 09:16:15 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.5 1999/12/23 01:16:03 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.6R/Makefile,v 1.6 2000/10/02 09:16:16 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.7R/Makefile,v 1.5 1999/12/23 01:16:04 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.7R/Makefile,v 1.6 2000/10/02 09:16:16 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2.8R/Makefile,v 1.3 1999/12/23 01:16:05 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2.8R/Makefile,v 1.4 2000/10/02 09:16:16 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/2.2R/Makefile,v 1.3 1999/12/23 01:16:06 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/2.2R/Makefile,v 1.4 2000/10/02 09:16:17 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.2
|
# Original revision: 1.3
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml install-media.sgml notes.sgml
|
DOCS= announce.sgml install-media.sgml notes.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.0R/Makefile,v 1.5 1999/12/23 01:16:07 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/3.0R/Makefile,v 1.6 2000/10/02 09:16:17 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.1R/Makefile,v 1.4 1999/12/23 01:16:08 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/3.1R/Makefile,v 1.5 2000/10/02 09:16:17 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.2R/Makefile,v 1.3 1999/12/23 01:16:09 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/3.2R/Makefile,v 1.4 2000/10/02 09:16:19 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.3R/Makefile,v 1.3 1999/12/23 01:16:10 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/3.3R/Makefile,v 1.4 2000/10/02 09:16:20 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.4R/Makefile,v 1.3 2000/01/06 03:42:53 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/3.4R/Makefile,v 1.4 2000/10/02 09:16:20 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
# $FreeBSD: www/ja/releases/3.5R/Makefile,v 1.2 2000/07/09 15:55:59 hrs Exp $
|
# $FreeBSD: www/ja/releases/3.5R/Makefile,v 1.3 2000/10/02 09:16:20 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml notes.sgml errata.sgml
|
DOCS= announce.sgml notes.sgml errata.sgml
|
||||||
|
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD: www/ja/releases/4.0R/Makefile,v 1.2 2000/06/29 00:06:24 motoyuki Exp $
|
# $FreeBSD: www/ja/releases/4.0R/Makefile,v 1.3 2000/10/02 09:16:21 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml
|
DOCS= announce.sgml
|
||||||
DOCS+= notes.sgml
|
DOCS+= notes.sgml
|
||||||
|
@ -11,4 +16,4 @@ DOCS+= errata.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/ja/releases/4.1.1R/Makefile,v 1.1 2000/10/05 16:31:18 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml
|
DOCS= announce.sgml
|
||||||
DOCS+= notes.sgml
|
DOCS+= notes.sgml
|
||||||
|
@ -11,4 +16,4 @@ DOCS+= errata.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
# $FreeBSD: www/ja/releases/4.1R/Makefile,v 1.2 2000/09/15 07:45:38 hrs Exp $
|
# $FreeBSD: www/ja/releases/4.1R/Makefile,v 1.3 2000/10/02 09:16:21 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.1
|
# Original revision: 1.2
|
||||||
|
|
||||||
LOCALTOP= ../..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS= announce.sgml
|
DOCS= announce.sgml
|
||||||
DOCS+= notes.sgml
|
DOCS+= notes.sgml
|
||||||
|
@ -11,4 +16,4 @@ DOCS+= errata.sgml
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/releases/Makefile,v 1.19 2000/10/02 09:16:11 kuriyama Exp $
|
# $FreeBSD: www/ja/releases/Makefile,v 1.20 2000/10/05 16:31:17 hrs Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.25
|
# Original revision: 1.25
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS?= index.sgml snapshots.sgml
|
DOCS?= index.sgml snapshots.sgml
|
||||||
|
@ -23,4 +24,4 @@ SUBDIR=
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# $FreeBSD: www/ja/releases/Makefile.inc,v 1.3 1999/09/06 07:03:23 peter Exp $
|
# $FreeBSD: www/ja/releases/Makefile.inc,v 1.4 1999/09/07 15:15:51 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.4
|
# Original revision: 1.5
|
||||||
|
|
||||||
WEBBASE?= /data/ja/releases
|
WEBBASE?= /data/ja/releases
|
||||||
|
WEB_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/search/Makefile,v 1.9 2000/09/30 12:30:40 hrs Exp $
|
# $FreeBSD: www/ja/search/Makefile,v 1.10 2000/10/02 09:16:21 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.7
|
# Original revision: 1.8
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# These are turned into validated, normalized HTML files.
|
# These are turned into validated, normalized HTML files.
|
||||||
|
@ -28,4 +29,4 @@ site.sgml: ${.CURDIR}/../../en/search/site.map
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
# $FreeBSD: www/ja/security/Makefile,v 1.11 1999/12/23 01:16:13 kuriyama Exp $
|
# $FreeBSD: www/ja/security/Makefile,v 1.12 2000/10/02 09:16:23 kuriyama Exp $
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: 1.6
|
# Original revision: 1.7
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
.if exists(${LOCALTOP}/Makefile.conf)
|
.endif
|
||||||
.include "${LOCALTOP}/Makefile.conf"
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS=
|
DOCS=
|
||||||
|
@ -16,4 +17,4 @@ INDEXLINK= security.html
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
@ -1,12 +1,17 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD: www/ja/tutorials/Makefile,v 1.6 2000/10/02 07:54:41 kuriyama Exp $
|
# $FreeBSD: www/ja/tutorials/Makefile,v 1.7 2000/10/02 09:16:24 kuriyama Exp $
|
||||||
#
|
#
|
||||||
# Original revision: 1.9
|
# Original revision: 1.10
|
||||||
#
|
#
|
||||||
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
||||||
# install them in to the right place.
|
# install them in to the right place.
|
||||||
|
|
||||||
LOCALTOP= ..
|
.if exists(../Makefile.conf)
|
||||||
|
.include "../Makefile.conf"
|
||||||
|
.endif
|
||||||
|
.if exists(../Makefile.inc)
|
||||||
|
.include "../Makefile.inc"
|
||||||
|
.endif
|
||||||
|
|
||||||
DOCS = index.sgml
|
DOCS = index.sgml
|
||||||
|
|
||||||
|
@ -24,4 +29,4 @@ all afterinstall:
|
||||||
### Revision checking
|
### Revision checking
|
||||||
REVCHECK= YES
|
REVCHECK= YES
|
||||||
|
|
||||||
.include "${LOCALTOP}/web.mk"
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
Loading…
Reference in a new issue