]> Lady’s Gitweb - Gitweb/commitdiff
gitweb/Makefile: Remove static/gitweb.js in the clean target
authorRamsay Jones <redacted>
Tue, 25 Oct 2011 17:15:20 +0000 (18:15 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:31 +0000 (00:51 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile

index 0a51dd665de2c1040fc4e7638a8c4d945af7108d2487b2d46219c7dde289b5ca..e8408af21cc7bc4b34cd2d0fed5ba5433a1de3ce6f225587223e3f56144a3573 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,9 @@ install: all
 ### Cleaning rules
 
 clean:
 ### 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
 
 
 .PHONY: all clean install test test-installed .FORCE-GIT-VERSION-FILE FORCE
 
This page took 0.232773 seconds and 4 git commands to generate.