summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45a0ee1)
raw | patch | inline | side by side (parent: 45a0ee1)
author | Jay Soffian <jaysoffian@gmail.com> | |
Fri, 18 Jun 2010 21:01:25 +0000 (17:01 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 20 Jun 2010 18:09:41 +0000 (11:09 -0700) |
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>
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>
gitweb/Makefile | patch | blob | history |
diff --git a/gitweb/Makefile b/gitweb/Makefile
index f2e1d92fbb965893b14adf2e9acb904bab953812..e7dd2527736ddc6e47f864916115f9cc5c9e7dd9 100644 (file)
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
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 = \