Minify support was added to gitweb.js, but that build feature was not really fleshed out too much; let's get changed! Added the missing ignore and clean rules, updated the documentation, added support in the autoconfigure script, enabled minification of gitweb.css, and fixed git-instaweb to use the minified files when they are generated. I went ahead and changed things based on the feedback that I have received from the last revision. Changes are noted in individual patches. Jakub, thanks for reviewing the patches last round, everything should be all fixed up this around. Mark Rada (6): Gitweb: add ignore and clean rules for minified files Gitweb: add support for minifying gitweb.css Gitweb: add autoconfigure support for minifiers instaweb: add minification awareness gitweb: add documentation to INSTALL regarding gitweb.js gitweb: update INSTALL to use shorter make target .gitignore | 1 + Makefile | 32 +++++++++++++++++++++++--------- configure.ac | 20 ++++++++++++++++++++ git-instaweb.sh | 6 ++++-- gitweb/INSTALL | 26 ++++++++++++++++---------- gitweb/Makefile | 30 +++++++++++++++++------------- gitweb/README | 3 ++- 7 files changed, 83 insertions(+), 35 deletions(-) -- Mark Rada (ferrous26) marada@xxxxxxxxxxxx -- 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