Browse Source

Merge branch 'maint'

* maint:
  gitweb/Makefile: fix typo in gitweb.min.css rule

Conflicts:
	gitweb/Makefile
maint
Junio C Hamano 15 years ago
parent
commit
b43688a5bc
  1. 2
      gitweb/Makefile

2
gitweb/Makefile

@ -103,7 +103,7 @@ GITWEB_FILES += static/gitweb.min.css @@ -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

Loading…
Cancel
Save