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:
parent
6692d4bb1b
commit
5b7ca5caf1
@ -146,7 +146,7 @@ distuninstallcheck_listfiles = \
|
||||
|
||||
distcheck-hook:
|
||||
@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 \
|
||||
echo $$X " is in POTFILES.in but not in the dist."; \
|
||||
e='yes'; \
|
||||
|
Loading…
Reference in New Issue
Block a user