Skip to content

Commit 7064994

Browse files
jaysoffiangitster
authored andcommitted
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>
1 parent 45a0ee1 commit 7064994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ ifdef CSSMIN
9191
GITWEB_CSS = gitweb.min.css
9292
all:: gitweb.min.css
9393
gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
94-
$(QUIET_GEN)$(CSSMIN) <$ >$@
94+
$(QUIET_GEN)$(CSSMIN) <$< >$@
9595
endif
9696

9797
GITWEB_REPLACE = \

0 commit comments

Comments
 (0)