diff README.md @ 2667:07fe0499a310

Fix #542: About window shows old commit 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
author Colin Clark <colin.clark@cclark.uk>
date Mon, 13 Nov 2017 10:41:19 +0000
parents b3f34f91ac4d
children e2f68d2ff2a0
line wrap: on
line diff
--- a/README.md	Mon Nov 13 09:58:48 2017 +0000
+++ b/README.md	Mon Nov 13 10:41:19 2017 +0000
@@ -126,7 +126,7 @@
 
 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.