Gitweb: add autoconfigure support for minifiers

This will allow users to set a JavaScript/CSS minifier when/if they run
the autoconfigure script while building git.

Signed-off-by: Mark Rada <marada@uwaterloo.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mark Rada
2010-04-02 20:35:54 -04:00
committed by Junio C Hamano
parent 0e6ce21361
commit bb4bbf7582
3 changed files with 22 additions and 16 deletions

View File

@@ -282,10 +282,6 @@ lib = lib
# DESTDIR=
pathsep = :
# JavaScript/CSS minifier invocation that can function as filter
JSMIN =
CSSMIN =
export prefix bindir sharedir sysconfdir
CC = gcc