[geany/geany] 0650e7: autotools: Properly clean up hacking.html
Colomban Wendling
git-noreply at xxxxx
Mon Oct 13 21:59:40 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 13 Oct 2014 21:59:40 UTC
Commit: 0650e707f14096ca224790da97d1cde0c483c78f
https://github.com/geany/geany/commit/0650e707f14096ca224790da97d1cde0c483c78f
Log Message:
-----------
autotools: Properly clean up hacking.html
We don't distribute it, so we need to clean it.
Modified Paths:
--------------
doc/Makefile.am
Modified: doc/Makefile.am
7 lines changed, 5 insertions(+), 2 deletions(-)
===================================================================
@@ -64,10 +64,13 @@ all-local: geany.html hacking.html
# 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
+maintainer-clean-local: maintainer-clean-html-local
+maintainer-clean-html-local:
+ -rm -f geany.html
+
+clean-local: clean-html-local
clean-html-local:
-rm -f hacking.html
- -rm -f geany.html
endif
--------------
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