mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
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:
parent
7ecd0df390
commit
c95bd2c9cc
@ -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:
|
||||
|
@ -1,4 +1,5 @@
|
||||
# These are files that we don't want to translate.
|
||||
# These are files that we don't want to translate, because they are
|
||||
# not distributed.
|
||||
src/network-utils/gnc-gpg.c
|
||||
src/import-export/csv/gnc-csv2glist.c
|
||||
src/business/business-core/gncBusPeriod.c
|
||||
|
Loading…
Reference in New Issue
Block a user