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>
This commit is contained in:

committed by
Junio C Hamano

parent
45a0ee1163
commit
70649945c2
@ -91,7 +91,7 @@ ifdef CSSMIN
|
|||||||
GITWEB_CSS = gitweb.min.css
|
GITWEB_CSS = gitweb.min.css
|
||||||
all:: gitweb.min.css
|
all:: gitweb.min.css
|
||||||
gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
|
gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
|
||||||
$(QUIET_GEN)$(CSSMIN) <$ >$@
|
$(QUIET_GEN)$(CSSMIN) <$< >$@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GITWEB_REPLACE = \
|
GITWEB_REPLACE = \
|
||||||
|
Reference in New Issue
Block a user