Ignore:
Timestamp:
Jan 12, 2014, 11:15:54 AM (11 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix make distcheck.

Source/JavaScriptCore:

  • GNUmakefile.am: Add inline-and-minify-stylesheets-and-scripts.py

to EXTRA_DIST and fix InjectedScriptSource.h generation rule.

  • GNUmakefile.list.am: Move InjectedScriptSource.h to

built_nosources to make sure it's not disted.

Source/WebCore:

  • GNUmakefile.list.am: Add missing files.

Source/WebKit/gtk:

  • GNUmakefile.am: Add enum types template files to EXTRA_DIST.

Source/WebKit2:

  • GNUmakefile.am: Add WebKit2InspectorGResourceBundle.xml to

EXTRA_DIST.

  • GNUmakefile.list.am: Removed deleted files and add missing ones.
  • NetworkProcess/unix/NetworkProcessMainUnix.cpp: Move

ProxyResolverSoup.h to EFL platform ifdef, because GTK port doesn't
build the proxy resolver.

Tools:

  • gtk/GNUmakefile.am: Add generate-inspector-gresource-manifest.py

to EXTRA_DIST.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r161793 r161816  
     12014-01-12  Carlos Garcia Campos  <[email protected]>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.am: Add inline-and-minify-stylesheets-and-scripts.py
     6        to EXTRA_DIST and fix InjectedScriptSource.h generation rule.
     7        * GNUmakefile.list.am: Move InjectedScriptSource.h to
     8        built_nosources to make sure it's not disted.
     9
    1102014-01-11  Anders Carlsson  <[email protected]>
    211
Note: See TracChangeset for help on using the changeset viewer.