Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Gitweb: add ignore and clean rules for minified files
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 8a0f5c4d5b9a7c6c3617708014417b918c0ef034..62a029ccc464b9f4124a66237d5698368b9c445c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2085,7
+2085,7
@@
clean:
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
ifndef NO_PERL
- $(RM) gitweb/gitweb.cgi
+ $(RM) gitweb/gitweb.cgi
gitweb/gitweb.min.*
$(MAKE) -C perl clean
endif
ifndef NO_PYTHON