head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.03.08.17.17.52;	author sf;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.29.19.44.35;	author will;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update to 1.09.

PR:		25614
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@--- bkmrkconv.pl.orig	Thu Sep 21 00:21:54 2000
+++ bkmrkconv.pl	Wed Mar  7 05:37:20 2001
@@@@ -70,9 +70,10 @@@@
 
 chomp(my $oldcwd = `pwd`);
 chdir $outputDir;
-my $rootpage     = &readFile("src/rootpage.html");
-my $linkspage    = &readFile("src/linkspage.html");
-my $contentspage = &readFile("src/contentspage.html") if ($doContents);
+my $shareDir     = '%%PREFIX%%/share/bkmrkconv';
+my $rootpage     = &readFile("$shareDir/src/rootpage.html");
+my $linkspage    = &readFile("$shareDir/src/linkspage.html");
+my $contentspage = &readFile("$shareDir/src/contentspage.html") if ($doContents);
 chdir $oldcwd;
 
 my %root;
@


1.1
log
@Re-import bkmrkconv in www category. CVSROOT/modules was handled in
previous commit.
@
text
@d1 2
a2 2
--- bkmrkconv.pl	Thu Mar 23 09:22:20 2000
+++ bkmrkconv.pl.new	Thu Mar 23 09:25:54 2000
d10 1
a10 1
+my $shareDir	= '/usr/local/share/bkmrkconv';
@

