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.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 3d4b024..8138146 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -295,20 +295,21 @@ distdepend: generate_potfiles_in update-po $(DISTFILES)
generate_potfiles_in:
@tmp=po.$$$$ ; \
file=POTFILES.in ; \
- echo "sleeping 3 seconds..." ;\
- sleep 3; \
( 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 rdbomb | \
+ grep -v co____9 | \
+ sort \
) > $$tmp && \
mv $$tmp $$file && \
echo "created `pwd`/$$file"
-echo_tarfiles:
- @echo $(TARFILES)
+list_tarfiles:
+ @find $(TARFILES) -type f -print | sort
distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
dist distdir: update-po $(DISTFILES)