Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rj/gitweb-clean-js'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 27 Oct 2011 19:04:21 +0000
(12:04 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
220c045
)
diff --git
a/gitweb/Makefile
b/gitweb/Makefile
index e65fc27e4f21b1ef4ca87f79e90202166d8b0144..cd194d057f9231ed77f57f05b22a226cd1210f6d 100644
(file)
--- 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