summaryrefslogtreecommitdiff
path: root/gitweb/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-27 19:04:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-27 19:04:21 (GMT)
commitf124fe3061d4da53bad3a03fd2875141e8a7a48e (patch)
tree4cae74f3e5896fdb3294163084a4c77a2cec92ee /gitweb/Makefile
parent220c0453c12349a8ad4252bcaffbab5a96aeaa31 (diff)
parenta80b263e37fd06f3f6335c07493541070631d10e (diff)
downloadgit-f124fe3061d4da53bad3a03fd2875141e8a7a48e.zip
git-f124fe3061d4da53bad3a03fd2875141e8a7a48e.tar.gz
git-f124fe3061d4da53bad3a03fd2875141e8a7a48e.tar.bz2
Merge branch 'rj/gitweb-clean-js'
* rj/gitweb-clean-js: gitweb/Makefile: Remove static/gitweb.js in the clean target
Diffstat (limited to 'gitweb/Makefile')
-rw-r--r--gitweb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index e65fc27..cd194d0 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