[geany/geany] 602ae0: Properly remove generated HTML documentation on clean

Colomban Wendling git-noreply at xxxxx
Wed Aug 20 14:40:25 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 20 Aug 2014 14:40:25 UTC
Commit:      602ae0b324397d25a587af35738e5f034526a1e2
             https://github.com/geany/geany/commit/602ae0b324397d25a587af35738e5f034526a1e2

Log Message:
-----------
Properly remove generated HTML documentation on clean


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

Modified: doc/Makefile.am
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -60,8 +60,7 @@ all-html-local: geany.html hacking.html
 
 clean-html-local:
 	-rm -f hacking.html
-# FIXME: why is the generated HTML manual checked-in to VCS?
-#	-rm -f geany.html
+	-rm -f geany.html
 
 else
 all-html-local:;



--------------
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