diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-28 04:15:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-28 04:15:47 +0800 |
commit | f1b56402b69be4b7f0507c7154765d7ff8260ef2 (patch) | |
tree | a15d7d44b13a7ca3ce3a20459a272d3c371d995d /po | |
parent | 98e31b7886bad0eae162ec7c6513a1d20f306727 (diff) | |
download | gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.gz gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.tar.zst gsoc2013-epiphany-f1b56402b69be4b7f0507c7154765d7ff8260ef2.zip |
Make the resources depend on the actual UI files
Otherwise we won't update them if the UI files change. To do this we
need to move them from data/ui/ to src/, which is not great. Things
would be easier with non-recursive Makefiles.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index c3e5bbe0d..e0d42c4df 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,9 +3,6 @@ # Please keep this file sorted alphabetically. [type: gettext/xml]data/default-bookmarks.rdf.in data/epiphany.desktop.in.in -[type: gettext/glade]data/ui/epiphany-application-menu.ui -[type: gettext/glade]data/ui/epiphany.ui -[type: gettext/glade]data/ui/prefs-dialog.ui data/org.gnome.epiphany.gschema.xml.in embed/ephy-download.c embed/ephy-embed.c @@ -56,7 +53,10 @@ src/ephy-notebook.c src/ephy-session.c src/ephy-shell.c src/ephy-window.c +[type: gettext/glade]src/epiphany-application-menu.ui +[type: gettext/glade]src/epiphany.ui src/pdm-dialog.c src/popup-commands.c src/prefs-dialog.c +[type: gettext/glade]src/prefs-dialog.ui src/window-commands.c |