Changeset 110296 in webkit


Ignore:
Timestamp:
Mar 9, 2012 7:22:15 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BUILD] use detected python to run generate-gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=80695

Patch by Ionut Biru <ibiru@archlinux.org> on 2012-03-09
Reviewed by Gustavo Noronha Silva.

  • GNUmakefile.am: Use $(PYTHON) instead of plain python
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r110282 r110296  
     12012-03-09  Ionut Biru  <ibiru@archlinux.org>
     2
     3        [BUILD] use detected python to run generate-gtkdoc
     4        https://bugs.webkit.org/show_bug.cgi?id=80695
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * GNUmakefile.am: Use $(PYTHON) instead of plain `python`
     9
    1102012-03-09  Nat Duca  <nduca@chromium.org>
    211
  • trunk/Tools/GNUmakefile.am

    r110032 r110296  
    325325        fi
    326326endif
    327         $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
     327        @(AM_V_GEN)$(PYTHON) $(srcdir)/Tools/gtk/generate-gtkdoc --rebase --virtual-root=$${DESTDIR}
    328328
    329329uninstall-local:
Note: See TracChangeset for help on using the changeset viewer.