diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-27 12:04:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-27 12:04:21 -0700 |
commit | f124fe3061d4da53bad3a03fd2875141e8a7a48e (patch) | |
tree | 4cae74f3e5896fdb3294163084a4c77a2cec92ee /gitweb | |
parent | 220c0453c12349a8ad4252bcaffbab5a96aeaa31 (diff) | |
parent | a80b263e37fd06f3f6335c07493541070631d10e (diff) | |
download | git-f124fe3061d4da53bad3a03fd2875141e8a7a48e.tar.gz git-f124fe3061d4da53bad3a03fd2875141e8a7a48e.tar.xz |
Merge branch 'rj/gitweb-clean-js'
* rj/gitweb-clean-js:
gitweb/Makefile: Remove static/gitweb.js in the clean target
Diffstat (limited to 'gitweb')
-rw-r--r-- | gitweb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile index e65fc27e4..cd194d057 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 |