From a4baeab757fdc4fdda71d5c24f863d5c8341f7f3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 19 Aug 2011 21:01:01 -0500 Subject: Making a bit more generic by using GETTEXT_PACKAGE --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 45bb764..7a2a437 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,8 @@ TESTS = \ test-ellipsis: po @echo "#!/bin/bash" > $@ - @echo "(cd po && make indicator-session.pot)" >> $@ - @echo "grep -c -e \"^msgid.*\.\.\.\\\"\" po/indicator-session.pot > /dev/null && echo \"Ellipsis found in user visible strings\" >&2 && exit 1" >> $@ + @echo "(cd po && make $(GETTEXT_PACKAGE).pot)" >> $@ + @echo "grep -c -e \"^msgid.*\.\.\.\\\"\" po/$(GETTEXT_PACKAGE).pot > /dev/null && echo \"Ellipsis found in user visible strings\" >&2 && exit 1" >> $@ @chmod +x $@ CLEANFILES = $(TESTS) -- cgit v1.2.3