summaryrefslogtreecommitdiff
path: root/gitweb
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>2011-10-25 17:15:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-26 21:03:58 (GMT)
commita80b263e37fd06f3f6335c07493541070631d10e (patch)
tree816a0224a6392d100df89c31e6e93aed0e597a4d /gitweb
parentf696543dad6c7ba27b0c4fab167a5687263a9ba0 (diff)
downloadgit-a80b263e37fd06f3f6335c07493541070631d10e.zip
git-a80b263e37fd06f3f6335c07493541070631d10e.tar.gz
git-a80b263e37fd06f3f6335c07493541070631d10e.tar.bz2
gitweb/Makefile: Remove static/gitweb.js in the clean target
Since 9a86dd5 (gitweb: Split JavaScript for maintability, combining on build, 2011-04-28), static/gitweb.js has been a build product that should be cleaned upon "make clean". Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb')
-rw-r--r--gitweb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index 5d20515..c360284 100644
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
@@ -183,7 +183,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