summaryrefslogtreecommitdiffstats
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 3d4b024..461d1eb 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -300,9 +300,11 @@ generate_potfiles_in:
( cd $(top_srcdir); \
echo "# Auto-generated: `LANG=C date`" ; \
( grep -l '_("' driver/*.[ch] ; \
- ls driver/*.glade2.in \
+ ls driver/*.ui \
driver/*.desktop.in \
- hacks/config/*.xml ) | sort \
+ hacks/config/*.xml ) | \
+ grep -v co____9 | \
+ sort \
) > $$tmp && \
mv $$tmp $$file && \
echo "created `pwd`/$$file"