summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-27 12:04:21 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-27 12:04:21 -0700
commitf124fe3061d4da53bad3a03fd2875141e8a7a48e (patch)
tree4cae74f3e5896fdb3294163084a4c77a2cec92ee
parent220c0453c12349a8ad4252bcaffbab5a96aeaa31 (diff)
parenta80b263e37fd06f3f6335c07493541070631d10e (diff)
downloadgit-f124fe3061d4da53bad3a03fd2875141e8a7a48e.tar.gz
Merge branch 'rj/gitweb-clean-js'
* rj/gitweb-clean-js: gitweb/Makefile: Remove static/gitweb.js in the clean target
-rw-r--r--gitweb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index e65fc27e4f..cd194d057f 100644
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
@@ -187,7 +187,9 @@ install: all
### Cleaning rules
clean:
- $(RM) gitweb.cgi static/gitweb.min.js static/gitweb.min.css GITWEB-BUILD-OPTIONS
+ $(RM) gitweb.cgi static/gitweb.js \
+ static/gitweb.min.js static/gitweb.min.css \
+ GITWEB-BUILD-OPTIONS
.PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE