OSDN Git Service

Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jun 2010 06:21:27 +0000 (23:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jun 2010 06:21:27 +0000 (23:21 -0700)
* maint:
  gitweb/Makefile: fix typo in gitweb.min.css rule

Conflicts:
gitweb/Makefile

1  2 
gitweb/Makefile

diff --cc gitweb/Makefile
@@@ -99,17 -88,12 +99,17 @@@ GITWEB_FILES += static/gitweb.j
  endif
  
  ifdef CSSMIN
 -GITWEB_CSS = gitweb.min.css
 -all:: gitweb.min.css
 -gitweb.min.css: gitweb.css GITWEB-BUILD-OPTIONS
 +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
  
 +GITWEB_FILES += static/git-logo.png static/git-favicon.png
 +
  GITWEB_REPLACE = \
        -e 's|++GIT_VERSION++|$(GIT_VERSION)|g' \
        -e 's|++GIT_BINDIR++|$(bindir)|g' \