diff options
author | ivan <ivan> | 2006-05-08 11:48:32 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-05-08 11:48:32 +0000 |
commit | 82653831d2e5a02f0f074b3c3f11c63cc67d3944 (patch) | |
tree | 9ecf78d3db02929783bd5a50132ed532a1a616b6 | |
parent | c363307c1af959dce2ab4821ff5dfa697e3f0e19 (diff) |
suggest "make clean" on upgrade - something is not quite right with perl Makefile hoohaw
-rw-r--r-- | README.1.5.8 | 3 | ||||
-rw-r--r-- | README.1.7.0 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/README.1.5.8 b/README.1.5.8 index cf414545e..6ad19b063 100644 --- a/README.1.5.8 +++ b/README.1.5.8 @@ -54,3 +54,6 @@ Installs w/integrated RT: make install-docs (or "make deploy" if you've got everything setup in the Makefile) +(errors? try "make clean" then "make install-perl-modules", then + "make install-docs" or "make deploy" again) + diff --git a/README.1.7.0 b/README.1.7.0 index 30f7ec7de..992a988c8 100644 --- a/README.1.7.0 +++ b/README.1.7.0 @@ -22,3 +22,6 @@ CREATE INDEX cust_main17 on cust_main ( ship_zip ); make install-docs (or "make deploy" if you've got everything setup in the Makefile) +(errors? try "make clean" then "make install-perl-modules", then + "make install-docs" or "make deploy" again) + |