gitweb/Makefile: Remove static/gitweb.js in the clean target
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>
This commit is contained in:
parent
f696543dad
commit
a80b263e37
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user