diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-16 18:34:34 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-16 18:34:34 +0800 |
commit | 6ca351051cee2d7528a4c03a5ffb50a230be5327 (patch) | |
tree | e8ed7939f7a780041066204d737ba4570c7d4d89 /src | |
parent | 0d0d1afa437f8ac25d85e090e318075dbdf0539d (diff) | |
download | gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.gz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.bz2 gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.lz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.xz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.zst gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.zip |
Move resources to its own directory inside src/
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 18 | ||||
-rw-r--r-- | src/resources/epiphany-application-menu.ui (renamed from src/epiphany-application-menu.ui) | 0 | ||||
-rw-r--r-- | src/resources/epiphany-bookmark-editor-ui.xml (renamed from src/epiphany-bookmark-editor-ui.xml) | 0 | ||||
-rw-r--r-- | src/resources/epiphany-history-window-ui.xml (renamed from src/epiphany-history-window-ui.xml) | 0 | ||||
-rw-r--r-- | src/resources/epiphany-ui.xml (renamed from src/epiphany-ui.xml) | 0 | ||||
-rw-r--r-- | src/resources/epiphany.css (renamed from src/epiphany.css) | 0 | ||||
-rw-r--r-- | src/resources/epiphany.ui (renamed from src/epiphany.ui) | 0 | ||||
-rw-r--r-- | src/resources/prefs-dialog.ui (renamed from src/prefs-dialog.ui) | 0 |
8 files changed, 9 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 634b5a8a7..8e1110a3e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,20 +110,20 @@ libephymain_la_CFLAGS = \ $(AM_CFLAGS) UI_FILES = \ - epiphany-bookmark-editor-ui.xml \ - epiphany-history-window-ui.xml \ - epiphany-ui.xml \ - epiphany.ui \ - epiphany-application-menu.ui \ - prefs-dialog.ui \ - epiphany.css \ + resources/epiphany-bookmark-editor-ui.xml \ + resources/epiphany-history-window-ui.xml \ + resources/epiphany-ui.xml \ + resources/epiphany.ui \ + resources/epiphany-application-menu.ui \ + resources/prefs-dialog.ui \ + resources/epiphany.css \ $(NULL) epiphany-resources.c: epiphany.gresource.xml $(UI_FILES) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml + $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml epiphany-resources.h: epiphany.gresource.xml $(UI_FILES) - $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml + $(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml EPIPHANY_RESOURCES = \ epiphany-resources.c \ diff --git a/src/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui index 87d3d8b57..87d3d8b57 100644 --- a/src/epiphany-application-menu.ui +++ b/src/resources/epiphany-application-menu.ui diff --git a/src/epiphany-bookmark-editor-ui.xml b/src/resources/epiphany-bookmark-editor-ui.xml index dcad18063..dcad18063 100644 --- a/src/epiphany-bookmark-editor-ui.xml +++ b/src/resources/epiphany-bookmark-editor-ui.xml diff --git a/src/epiphany-history-window-ui.xml b/src/resources/epiphany-history-window-ui.xml index 34ed6110c..34ed6110c 100644 --- a/src/epiphany-history-window-ui.xml +++ b/src/resources/epiphany-history-window-ui.xml diff --git a/src/epiphany-ui.xml b/src/resources/epiphany-ui.xml index c4789036f..c4789036f 100644 --- a/src/epiphany-ui.xml +++ b/src/resources/epiphany-ui.xml diff --git a/src/epiphany.css b/src/resources/epiphany.css index b3b9757e3..b3b9757e3 100644 --- a/src/epiphany.css +++ b/src/resources/epiphany.css diff --git a/src/epiphany.ui b/src/resources/epiphany.ui index bca48b56d..bca48b56d 100644 --- a/src/epiphany.ui +++ b/src/resources/epiphany.ui diff --git a/src/prefs-dialog.ui b/src/resources/prefs-dialog.ui index 4aff7decf..4aff7decf 100644 --- a/src/prefs-dialog.ui +++ b/src/resources/prefs-dialog.ui |