head	1.8;
access;
symbols
	JA_WWW_1_0:1.1.1.1
	doc-jp:1.1.1;
locks; strict;
comment	@# @;


1.8
date	98.08.04.17.23.58;	author wosch;	state dead;
branches;
next	1.7;

1.7
date	98.07.16.17.17.18;	author wosch;	state Exp;
branches;
next	1.6;

1.6
date	98.04.27.12.57.40;	author jfieber;	state Exp;
branches;
next	1.5;

1.5
date	98.04.25.16.41.06;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	98.01.20.04.17.38;	author hanai;	state Exp;
branches;
next	1.3;

1.3
date	98.01.18.22.27.40;	author jfieber;	state Exp;
branches;
next	1.2;

1.2
date	97.12.07.15.44.05;	author max;	state Exp;
branches;
next	1.1;

1.1
date	97.11.23.22.23.06;	author max;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.11.23.22.23.06;	author max;	state Exp;
branches;
next	;


desc
@@


1.8
log
@The  repository copy www/data  -> www/en is done.
@
text
@#	$Id: Makefile,v 1.7 1998/07/16 17:17:18 wosch Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.8

PORTINDEX=	perl ./portindex
INDEX=		INDEX
PINDEX=		ports/${INDEX}

COOKIE=		${INDEX} Makefile.gen

.if exists(Makefile.gen)
.include "Makefile.gen"
CLEANFILES+=	${DOCS} Makefile.gen ${INDEX}
.endif

${INDEX}: $${CVSROOT}/${PINDEX},v
	cvs -QR co -p ${PINDEX} > ${INDEX}

Makefile.gen: index.sgml .NOTMAIN
	echo DOCS= *.sgml > Makefile.gen
	${MAKE} ${MAKEFLAGS} ${.IMPSRC}

index.sgml: ${INDEX} portindex ports.inc categories.ja_JP.EUC .NOTMAIN
	rm -f *.sgml
	${PORTINDEX} ${INDEX}

.include "../../web.mk"
@


1.7
log
@Checkout ports/INDEX to stdout. This prevent `cvs update -d'
to checkout the full ports tree.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.6 1998/04/27 12:57:40 jfieber Exp $
@


1.6
log
@Replaces 8 spaces with a tab.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1998/04/25 16:41:06 kuriyama Exp $
d6 2
a7 1
INDEX=		ports/INDEX
d16 2
a17 2
${INDEX}:
	cvs -QR co ${INDEX}
@


1.5
log
@Following changes in the English version are merged.

  includes.sgml:	1.15  --> 1.16
  search.sgml:		1.28  --> 1.29
  support.sgml:		1.48  --> 1.61
  web.atoz:		1.12  --> 1.19
  ports/Makefile:	1.5   --> 1.8
  ports/portindex:	1.11  --> 1.12

Submitted by:	Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1998/01/20 04:17:38 hanai Exp $
d16 1
a16 1
       cvs -QR co ${INDEX}
@


1.4
log
@Update "Original revision" field.
Submitted by: Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1998/01/18 22:27:40 jfieber Exp $
d3 1
a3 1
# Original revision: 1.5
d5 1
a5 1
PORTINDEX=	./portindex
d8 1
a8 1
COOKIE=		index Makefile.gen
d12 1
a12 1
CLEANFILES+=	${DOCS} Makefile.gen
d15 2
a16 2
index:
	cvs co ${INDEX}
@


1.3
log
@In the process of re-constructing the FreeBSD web site automatic-update,
clean up the build process a wee bit.

The basic change: instead of cheacking out bits and pieces of the
doc tree into the web build tree, check out the doc tree somewhere
else and put in a few symlinks from the web tree to the doc tree.

On catfish (soon to be hub) for example:

  /usr/local/www/build/doc/...
  /usr/local/www/build/www/...

where

  /usr/local/www/build/www/data/handbook -> ../../doc/handbook

You have to manually put in the symlinks at the moment, but it
works better than the evil CVS hackery.

Also, install with -C to help avoid gratuitous cache-busting due to
gratuitous timestamp twiddling.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1997/12/07 15:44:05 max Exp $
d3 1
a3 1
# Original revision: 1.4
@


1.2
log
@Add Japanese description of each ports category.
Submitted by:	kuriyama@@opt.phys.waseda.ac.jp (Jun Kuriyama),
		Motoyuki Konno <motoyuki@@snipe.rim.or.jp>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1.1.1 1997/11/23 22:23:06 max Exp $
d6 1
a6 2
INDEX=		../../ports/ports/INDEX
#CVSDIR=	ports/INDEX
d8 1
a8 1
COOKIE=		cvsdir Makefile.gen
d14 3
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1997/10/20 14:45:13 motoyuki Exp $
d20 1
a20 1
index.sgml: ${INDEX} portindex ports.inc .NOTMAIN
@


1.1.1.1
log
@Initial import of the Japanese translation of the web pages.
Submitted by:	The FreeBSD Japanese DOcumentation Project
@
text
@@
