Merge branch 'rj/gitweb-clean-js'
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2011 19:04:21 +0000 (12:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2011 19:04:21 +0000 (12:04 -0700)
* rj/gitweb-clean-js:
gitweb/Makefile: Remove static/gitweb.js in the clean target

gitweb/Makefile
index e65fc27e4f21b1ef4ca87f79e90202166d8b0144..cd194d057f9231ed77f57f05b22a226cd1210f6d 100644 (file)
@@ -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