Check for any accidentally-distributed files not marked for translation.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13072 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker
2006-02-02 00:07:58 +00:00
parent 7ecd0df390
commit c95bd2c9cc
2 changed files with 8 additions and 1 deletions

View File

@@ -161,6 +161,12 @@ distcheck-hook:
e='yes'; \
fi; \
done; \
for X in `grep -v \# ${distdir}/po/POTFILES.skip` ; do \
if [ -f ${distdir}/$$X ] ; then \
echo $$X " is in POTFILES.skip but also in the dist.";\
e='yes'; \
fi; \
done; \
if test "$$e" = "yes" ; then exit 1; fi;
distclean-local: