Code

Merge branch 'dw/gitweb-doc-grammo' into maint-1.7.8
[git.git] / gitweb / Makefile
index e65fc27e4f21b1ef4ca87f79e90202166d8b0144..cd194d057f9231ed77f57f05b22a226cd1210f6d 100644 (file)
@@ -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