Changeset 150117 in webkit


Ignore:
Timestamp:
May 15, 2013 9:13:23 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Fails to build while generating gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=115612

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-05-15
Reviewed by Philippe Normand.

Fix typo in the prerequisites of docs-build.stamp.

  • GNUmakefile.am:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r150116 r150117  
     12013-05-15  Alberto Garcia  <agarcia@igalia.com>
     2
     3        [GTK] Fails to build while generating gtkdoc
     4        https://bugs.webkit.org/show_bug.cgi?id=115612
     5
     6        Reviewed by Philippe Normand.
     7
     8        Fix typo in the prerequisites of docs-build.stamp.
     9
     10        * GNUmakefile.am:
     11
    1122013-05-15  Zan Dobersek  <zdobersek@igalia.com>
    213
  • trunk/Tools/GNUmakefile.am

    r150074 r150117  
    342342endif
    343343
    344 docs-build.stamp: $(doc_build_stamp_list)
     344docs-build.stamp: $(docs_build_stamp_list)
    345345        CC=$(CC) $(srcdir)/Tools/gtk/generate-gtkdoc
    346346        @touch docs-build.stamp
Note: See TracChangeset for help on using the changeset viewer.