aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Rada <marada@uwaterloo.ca>2010-04-02 20:35:54 -0400
committerJunio C Hamano <gitster@pobox.com>2010-04-02 21:23:38 -0700
commitbb4bbf75829d1a6c021e34943ff4e942f064bb55 (patch)
tree0e0e10fd72269dafa4b35155b0b560418c50b9d1 /Makefile
parent0e6ce21361c5d8e35cd15327539eec1f627aa0e3 (diff)
downloadgit-bb4bbf75829d1a6c021e34943ff4e942f064bb55.tar.gz
git-bb4bbf75829d1a6c021e34943ff4e942f064bb55.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9bebcf1c4..2c36def3e 100644
--- a/Makefile
+++ b/Makefile
@@ -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