summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-08-08 05:39:17 +0000
committerPaul Smith <psmith@gnu.org>2002-08-08 05:39:17 +0000
commitee3a4f9dd600b4a80a9957e2c3dd90c99d73cf0e (patch)
tree5d8405750ed260e5ee5a0734d6b76636a62252fc /maintMakefile
parentf2ceb0d68aa780e57641e50d972fac3b6e70bd58 (diff)
downloadgunmake-ee3a4f9dd600b4a80a9957e2c3dd90c99d73cf0e.tar.gz
Change the version.
Update to require new gettext. Change hash.c to by K&R. Redo some strings to make i18n simpler.
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index b6e8317..c919af6 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -218,7 +218,7 @@ changelog-check:
po-check:
if test -f po/POTFILES.in; then \
grep -E -v '^(#|$$)' po/POTFILES.in | sort > $@-1; \
- grep -E -l '\b_\(' lib/*.c src/*.c | sort > $@-2; \
+ grep -E -l '\b_\(' *.c | sort > $@-2; \
diff -u $@-1 $@-2 || exit 1; \
rm -f $@-1 $@-2; \
fi