summaryrefslogtreecommitdiffstats
path: root/po/Rules-glade
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2010-05-12 04:44:20 -1000
committerMartin Sivak <msivak@redhat.com>2010-05-31 14:21:49 +0200
commit21b9972bb9d5a7ec0ffd7808cfacb48c9bf24fef (patch)
treed97c2e930a9d81eceaa4584371cfc553f1f0722e /po/Rules-glade
parent78421d4ed23ad58b021c4d9d1bae690b99c167fe (diff)
downloadanaconda-21b9972bb9d5a7ec0ffd7808cfacb48c9bf24fef.tar.gz
anaconda-21b9972bb9d5a7ec0ffd7808cfacb48c9bf24fef.tar.xz
anaconda-21b9972bb9d5a7ec0ffd7808cfacb48c9bf24fef.zip
Update po/Rules-* files to account for new directory structure.
Diffstat (limited to 'po/Rules-glade')
-rw-r--r--po/Rules-glade6
1 files changed, 3 insertions, 3 deletions
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