From f1b56402b69be4b7f0507c7154765d7ff8260ef2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 27 Mar 2012 22:15:47 +0200 Subject: 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. --- po/POTFILES.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'po') 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 -- cgit v1.2.3