зеркало из https://github.com/microsoft/git.git
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:
Родитель
45a0ee1163
Коммит
70649945c2
|
@ -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 = \
|
||||
|
|
Загрузка…
Ссылка в новой задаче