git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Correct typo in gitweb's Makefile's CSSMIN rule
@ 2010-06-18 21:01 Jay Soffian
  2010-06-18 21:05 ` Jay Soffian
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Soffian @ 2010-06-18 21:01 UTC (permalink / raw)
  To: git; +Cc: Jay Soffian, Junio C Hamano, Mark Rada

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>
---
 gitweb/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitweb/Makefile b/gitweb/Makefile
index 935d2d2..d9e3629 100644
--- a/gitweb/Makefile
+++ b/gitweb/Makefile
@@ -102,7 +102,7 @@ GITWEB_FILES += gitweb.min.css
 GITWEB_CSS = gitweb.min.css
 all:: gitweb.min.css
 gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
-	$(QUIET_GEN)$(CSSMIN) <$ >$@
+	$(QUIET_GEN)$(CSSMIN) <$< >$@
 else
 GITWEB_FILES += gitweb.css
 endif
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Correct typo in gitweb's Makefile's CSSMIN rule
  2010-06-18 21:01 [PATCH] Correct typo in gitweb's Makefile's CSSMIN rule Jay Soffian
@ 2010-06-18 21:05 ` Jay Soffian
  0 siblings, 0 replies; 2+ messages in thread
From: Jay Soffian @ 2010-06-18 21:05 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Mark Rada, git

> Correct typo in gitweb's Makefile's CSSMIN rule

Excessive possessives in subject? Junio, feel free to adjust the
subject before applying to something like:

Gitweb Makefile: fix typo in gitweb.min.css rule

:-)

j.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-18 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-18 21:01 [PATCH] Correct typo in gitweb's Makefile's CSSMIN rule Jay Soffian
2010-06-18 21:05 ` Jay Soffian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).