[beast: 19/41] PO: ignore tmp* when looking for untranslated files



commit 12084449a32339ca6a9a4551826d6f09f9bec161
Author: Tim Janik <timj gnu org>
Date:   Tue Jun 13 11:51:17 2017 +0200

    PO: ignore tmp* when looking for untranslated files
    
    Signed-off-by: Tim Janik <timj gnu org>

 po/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/po/Makefile.am b/po/Makefile.am
index 3d4243d..a8ce4eb 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -250,6 +250,7 @@ DISTDIRPAT = '^$(PACKAGE)-$(VERSION)/' # ignore $(distdir)/*
 FIND_NOHIDDEN = \( -name '.?*' -prune -false -o ! -name '.?*' \) # skip .foobar dirs & files
 IGNORE_UNLISTED = $(strip              \
        docs/doxy/*                     \
+       tmp*                            \
 )
 # (test_unlisted, POSRC_TYPE, INFILE, OUTFILE)
 # use 'readlink -ve' to catch missing files


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]