Fix #542: About window shows old commit
authorColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 10:41:19 +0000 (10:41 +0000)
committerColin Clark <colin.clark@cclark.uk>
Mon, 13 Nov 2017 10:41:19 +0000 (10:41 +0000)
https://github.com/BestImageViewer/geeqie/issues/542

The old commit ID was being kept in autom4te.cache. This is not being
cleared by "make distclean", and so the old ID continues to be used.

Revised user docs show to use:

sudo make uninstall; sudo make maintainer-clean; ./autogen.sh
make -j<no. of cpu cores>; sudo make install

README.md
web/installing.html

index a70eabf..05128c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -126,7 +126,7 @@ It is recommended to always use `git clone  git://www.geeqie.org/geeqie.git` to
 
 However if you leave the folder intact, whenever new features or patches are available, execute:
 
-`git pull; sudo make uninstall; sudo make distclean; ./autogen.sh; make -j<no. of cpu cores>; sudo make install`
+`git pull; sudo make uninstall; sudo make maintainer-clean; ./autogen.sh; make -j<no. of cpu cores>; sudo make install`
 
 Only the changed sources are downloaded, which makes this a quick operation.
 
index 25b8c97..6150dfb 100644 (file)
@@ -52,7 +52,7 @@
       </p>\r
       <p>However if you leave the folder intact, whenever new features or patches are available, execute:</p>\r
       <p>\r
-        <code>git pull; sudo make uninstall; sudo make distclean; ./autogen.sh; make -j&lt;no. of cpu cores&gt;; sudo make install</code>\r
+        <code>git pull; sudo make uninstall; sudo make maintainer-clean; ./autogen.sh; make -j&lt;no. of cpu cores&gt;; sudo make install</code>\r
       </p>\r
       <p>Only the changed sources are downloaded, which makes this a quick operation.</p>\r
       <p>Your configuration file, history file and desktop files are not affected by this process.</p>\r