[geany/geany] 32bda2: Don't clean HTML manual if we didn't build it

Colomban Wendling git-noreply at xxxxx
Sat Aug 23 16:22:52 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 23 Aug 2014 16:22:52 UTC
Commit:      32bda2e6cb1d6c0ecafebd70c12f3e09d1aae269
             https://github.com/geany/geany/commit/32bda2e6cb1d6c0ecafebd70c12f3e09d1aae269

Log Message:
-----------
Don't clean HTML manual if we didn't build it

Clean the HTML manual upon 'maintainer-clean' rather than 'clean' in
case it was not built by Make but rather part of the distribution.
This is fine even then, as configure will properly require what is
needed to build it again if it is missing.


Modified Paths:
--------------
    doc/Makefile.am

Modified: doc/Makefile.am
6 lines changed, 5 insertions(+), 1 deletions(-)
===================================================================
@@ -58,7 +58,11 @@ hacking.html: $(srcdir)/geany.css $(top_srcdir)/HACKING
 
 all-local: geany.html hacking.html
 
-clean-local: clean-html-local
+# clean on 'maintainer-clean' rather than 'clean' in case it was not
+# built by Make but rather part of the distribution.  This is fine even
+# then, as configure will properly require what is needed to build it
+# again if it is missing.
+maintainer-clean-local: clean-html-local
 clean-html-local:
 	-rm -f hacking.html
 	-rm -f geany.html



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list