aboutsummaryrefslogtreecommitdiff
path: root/gitweb/Makefile
diff options
context:
space:
mode:
authorJay Soffian <jaysoffian@gmail.com>2010-06-18 17:01:25 -0400
committerJunio C Hamano <gitster@pobox.com>2010-06-20 11:09:41 -0700
commit70649945c215b1674611a40eda1d0058118a6d1a (patch)
tree9e99ebd08cbe366eb5dae6c6c49858337572df10 /gitweb/Makefile
parent45a0ee116348d1b36756fe47d338713c06b918ad (diff)
downloadgit-70649945c215b1674611a40eda1d0058118a6d1a.tar.gz
git-70649945c215b1674611a40eda1d0058118a6d1a.tar.xz
gitweb/Makefile: fix typo in gitweb.min.css rule
This typo has been in place since the rule was originally added by 0e6ce21 (Gitweb: add support for minifying gitweb.css). Signed-off-by: Jay Soffian <jaysoffian@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/Makefile')
-rw-r--r--gitweb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/Makefile b/gitweb/Makefile
index f2e1d92fb..e7dd25277 100644
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
@@ -91,7 +91,7 @@ ifdef CSSMIN
GITWEB_CSS = gitweb.min.css
all:: gitweb.min.css
gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
- $(QUIET_GEN)$(CSSMIN) <$ >$@
+ $(QUIET_GEN)$(CSSMIN) <$< >$@
endif
GITWEB_REPLACE = \