Index: trunk/INSTALL
===================================================================
--- trunk/INSTALL	(revision 439)
+++ trunk/INSTALL	(revision 440)
@@ -123,2 +123,7 @@
 should be plenty often).  You'll need to fill in correct organization 
 contact info in MyIPDB.pm.
+
+If you're just running from the unpacked tarball directory, you may need 
+to create symlinks in cgi-bin/extras/ for IPDB.pm and MyIPDB.pm, 
+pointing to ../IPDB.pm and ../MyIPDB.pm respectively.  Otherwise 
+db2rwhois.pl won't be able to find these modules.
Index: trunk/Makefile
===================================================================
--- trunk/Makefile	(revision 439)
+++ trunk/Makefile	(revision 440)
@@ -105,4 +105,5 @@
 	/usr/bin/perl -p -e 's/#VERSION#/$(VERSION)/;s/#RELEASE#/$(RELEASE)/;s/#BETA#//g' < INSTALL > $(PKGNAME)-$(VERSION)/INSTALL
 	perl -pi -e 's/[\d.]+;\s*##VERSION##/$(VERSION);/;' $(PKGNAME)-$(VERSION)/cgi-bin/IPDB.pm
+	echo "" > $(PKGNAME)-$(VERSION)/local.css
 	tar cf $(PKGNAME)-$(VERSION).tar $(PKGNAME)-$(VERSION)
 	gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
Index: trunk/header.inc
===================================================================
--- trunk/header.inc	(revision 439)
+++ trunk/header.inc	(revision 440)
@@ -49,6 +49,6 @@
 <input type="button" value=" Help? " onclick="openHelp()" class="regular">
 </td><td width=10></td><td><a href="/ip/cgi-bin/search.cgi">Complex Search</a></td>
+$$EXTRA0$$
 <td width=60></td>
-$$EXTRA0$$
 </form>
 </tr>
