mirror of
https://github.com/git/git.git
synced 2026-03-30 11:30:07 +02:00
Merge branch 'master' into next
* master: git-cvsserver: fix error for invalid password formats git-cvsserver: typo in a comment: bas -> has gitweb/Makefile: fix typo in gitweb.min.css rule
This commit is contained in:
@@ -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
|
||||
$(QUIET_GEN)$(CSSMIN) <$ >$@
|
||||
$(QUIET_GEN)$(CSSMIN) <$< >$@
|
||||
else
|
||||
GITWEB_FILES += static/gitweb.css
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user