mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix distcheck-hook to handle [type: ] prefixes in POTFILES.in properly
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23399 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -146,7 +146,7 @@ distuninstallcheck_listfiles = \
|
|||||||
|
|
||||||
distcheck-hook:
|
distcheck-hook:
|
||||||
@e=''; \
|
@e=''; \
|
||||||
for X in `grep -v \# ${distdir}/po/POTFILES.in` ; do \
|
for X in `grep -v \# ${distdir}/po/POTFILES.in | sed 's/\[type:.*\]//'` ; do \
|
||||||
if [ ! -f ${distdir}/$$X ] ; then \
|
if [ ! -f ${distdir}/$$X ] ; then \
|
||||||
echo $$X " is in POTFILES.in but not in the dist."; \
|
echo $$X " is in POTFILES.in but not in the dist."; \
|
||||||
e='yes'; \
|
e='yes'; \
|
||||||
|
|||||||
Reference in New Issue
Block a user