On Wed, Apr 14, 2010 at 04:58:12PM -0700, Junio C Hamano wrote: > Jakub Narebski <jnareb@xxxxxxxxx> writes: > > > On Tue, 13 April 2010, Charles Bailey wrote: > >> On 01/04/2010 06:36, Mark Rada wrote: > >> > @@ -84,13 +92,14 @@ endif > >> > > >> > all:: gitweb.cgi > >> > > >> > +FILES = gitweb.cgi > >> > ifdef JSMIN > >> > +FILES += gitweb.min.js > >> > +endif > >> > +ifdef CSSMIN > >> > +FILES += gitweb.min.css > >> > +endif > >> > +gitweb.cgi: gitweb.perl $(GITWEB_JS) $(GITWEB_CSS) > > > > GITWEB_JS and GITWEB_CSS were originally meant to be URI to file with > > gitweb JavaScript code and default gitweb stylesheet,... but during work > > on minification of JavaScript code and CSS file it somehow got confused > > to mean source path. > > I am not touching instaweb part, but this would fix the build/clean side > of the things, no? > Yes, this certainly fixes make and make clean for me with overridden GITWEB_JS and GITWEB_CSS paths. Charles. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html