Skip to content

Commit

Permalink
Unreviewed. Fix make distcheck.
Browse files Browse the repository at this point in the history
* GNUmakefile.am: Files in EXTRA_DIST need to be explicitly listed.
  • Loading branch information
carlosgcampos committed Sep 25, 2014
1 parent a32bc13 commit a7f603d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Source/WebInspectorUI/ChangeLog
@@ -1,3 +1,9 @@
2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Fix make distcheck.

* GNUmakefile.am: Files in EXTRA_DIST need to be explicitly listed.

2014-09-25 Andres Gomez <agomez@igalia.com>

Unreviewed. Add more free icons for the Web Inspector in GTK+.
Expand Down
10 changes: 9 additions & 1 deletion Source/WebInspectorUI/GNUmakefile.am
Expand Up @@ -26,4 +26,12 @@ BUILT_SOURCES += \
webcore_built_sources += \
DerivedSources/WebInspectorUI/GResourceBundle.c

EXTRA_DIST += $(inspector_files)
EXTRA_DIST += \
$(WebInspectorUI)/Localizations/en.lproj/localizedStrings.js \
$(shell ls $(WebInspectorUI)/UserInterface/*.html) \
$(shell ls $(WebInspectorUI)/UserInterface/*.js) \
$(shell ls $(WebInspectorUI)/UserInterface/*.css) \
$(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.png) \
$(shell ls $(WebInspectorUI)/UserInterface/Images/gtk/*.svg) \
$(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.js) \
$(shell ls $(WebInspectorUI)/UserInterface/External/CodeMirror/*.css)

0 comments on commit a7f603d

Please sign in to comment.