--- install.me--	Mon Nov  9 02:31:53 1998
+++ install.me	Wed Nov 25 07:48:50 1998
@@ -271,9 +271,9 @@
 	$DefValues{'binpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
 	$DefValues{'libpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
 	$DefValues{'manpath'} =~ s/^\Q$cfg_prefix/$OptValues{'prefix'}/o;
-	$DefValues{'docpath'}  = join($DIRSEP, $OptValues{'prefix'}, 'doc');
+	$DefValues{'docpath'}  = join($DIRSEP, $OptValues{'prefix'}, 'share/doc');
     } else {
-	$DefValues{'docpath'}  = join($DIRSEP, $cfg_prefix, 'doc');
+	$DefValues{'docpath'}  = join($DIRSEP, $cfg_prefix, 'share/doc');
     }
     $DefValues{'manpath'} =~ s|(${DIRSEPRX}man)${DIRSEPRX}.*|$1|;
 
@@ -294,6 +294,8 @@
 		  \%Files);
 
     $DefValues{'docpath'} .= $DIRSEP . $Files{'name'}[0]
+	if $Files{'name'}[0];
+    $DefValues{'libpath'} .= $DIRSEP . $Files{'name'}[0]
 	if $Files{'name'}[0];
     $dobin = defined($Files{'bin'}) && scalar(@{$Files{'bin'}}) &&
 	     !$OptValues{'nobin'};
