From 21b9972bb9d5a7ec0ffd7808cfacb48c9bf24fef Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 12 May 2010 04:44:20 -1000 Subject: Update po/Rules-* files to account for new directory structure. --- po/Rules-glade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'po/Rules-glade') diff --git a/po/Rules-glade b/po/Rules-glade index b117c4e83..e3d7308cd 100644 --- a/po/Rules-glade +++ b/po/Rules-glade @@ -1,9 +1,9 @@ -UI_SRCS = $(wildcard $(top_srcdir)/ui/*.glade) +UI_SRCS = $(wildcard $(top_srcdir)/data/ui/*.glade) UI_HDRS = $(UI_SRCS:.glade=.glade.h) %.glade.h: %.glade - @cd $(top_builddir)/ui ; \ - intltool-extract -q --type=gettext/glade -l $< ; \ + @cd $(top_builddir)/data/ui ; \ + intltool-extract -q --type=gettext/glade -l $$(basename $<) ; \ mv tmp/*h . ; \ rmdir tmp -- cgit