]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitweb/Makefile: Remove static/gitweb.js in the clean target
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 25 Oct 2011 17:15:20 +0000 (18:15 +0100)
committerJunio 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>
gitweb/Makefile

index 5d20515fba9251123e29be623178047d4131fc01..c360284c3ff9ebd888af796d5ee6c046b9045308 100644 (file)
@@ -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