Skip to content

Commit a80b263

Browse files
Ramsay Jonesgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f696543 commit a80b263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gitweb/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ install: all
183183
### Cleaning rules
184184

185185
clean:
186-
$(RM) gitweb.cgi static/gitweb.min.js static/gitweb.min.css GITWEB-BUILD-OPTIONS
186+
$(RM) gitweb.cgi static/gitweb.js \
187+
static/gitweb.min.js static/gitweb.min.css \
188+
GITWEB-BUILD-OPTIONS
187189

188190
.PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE
189191

0 commit comments

Comments
 (0)