summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f696543)
raw | patch | inline | side by side (parent: f696543)
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | |
Tue, 25 Oct 2011 17:15:20 +0000 (18:15 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 26 Oct 2011 21:03:58 +0000 (14:03 -0700) |
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>
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>
gitweb/Makefile | patch | blob | history |
diff --git a/gitweb/Makefile b/gitweb/Makefile
index 5d20515fba9251123e29be623178047d4131fc01..c360284c3ff9ebd888af796d5ee6c046b9045308 100644 (file)
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
### 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