]> Lady’s Gitweb - Gitweb/commitdiff
gitweb/Makefile: fix typo in gitweb.min.css rule
authorJay Soffian <redacted>
Fri, 18 Jun 2010 21:01:25 +0000 (17:01 -0400)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:30 +0000 (00:51 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile

index 63fa892ad444109aa4f1d5dc53240a65ae1a319a1e456f0db3a4917882ba956a..605d7578607a5f64513a76eb85b6fa5a78f75b5243a967ca832d349030b6b9fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ GITWEB_FILES += static/gitweb.min.css
 GITWEB_CSS = static/gitweb.min.css
 all:: static/gitweb.min.css
 static/gitweb.min.css: static/gitweb.css GITWEB-BUILD-OPTIONS
 GITWEB_CSS = static/gitweb.min.css
 all:: static/gitweb.min.css
 static/gitweb.min.css: static/gitweb.css GITWEB-BUILD-OPTIONS
-       $(QUIET_GEN)$(CSSMIN) <$ >$@
+       $(QUIET_GEN)$(CSSMIN) <$< >$@
 else
 GITWEB_FILES += static/gitweb.css
 endif
 else
 GITWEB_FILES += static/gitweb.css
 endif
This page took 0.187312 seconds and 4 git commands to generate.