[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Tue, 1 Oct 2024 17:01:10 -0400 (EDT) |
branch: master
commit f10e2b2b66d18a4d7ad2a97593e5da447f365e2e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Oct 1 23:00:14 2024 +0200
* Makefile.am, ChangeLog: remove spurious references to
copy-file_but_owner.c. copy-file_but_owner.c never existed in this
timeline.
---
ChangeLog | 9 +++++++--
Makefile.am | 2 --
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d34e05dbd0..d960e80a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-01 Patrice Dumas <pertusus@free.fr>
+
+ * Makefile.am, ChangeLog: remove spurious references to
+ copy-file_but_owner.c. copy-file_but_owner.c never existed in this
+ timeline.
+
2024-07-28 Patrice Dumas <pertusus@free.fr>
* po_document/Makevars (XGETTEXT_OPTIONS): add cdt_tree and
@@ -46,8 +52,7 @@
* po/Makevars (XGETTEXT_OPTIONS): add pass-perl-format flag for __p.
- * Makefile.am (po-check): add missing keywords. Add an exception for
- copy-file_but_owner.c false positive where _() are commented out.
+ * Makefile.am (po-check): add missing keywords.
2024-07-28 Patrice Dumas <pertusus@free.fr>
diff --git a/Makefile.am b/Makefile.am
index b865ef276b..5c42ce5bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,7 +104,6 @@ update-po:
# Note that pgettext is not matched to avoid a false positive in
# tp/Texinfo/Translations.pm, but it is not problematic as it appears
# only in errors.c, which matches other function names.
-# copy-file_but_owner.c is a false positive as _() are commented out.
po-check:
@if test -f po/POTFILES.in; then \
grep -E -v '^(#|$$)' po/POTFILES.in \
@@ -120,7 +119,6 @@ po-check:
texinfo-*/*) continue;; \
tp/maintain/* ) continue;; \
tp/t/results* ) continue;; \
- tp/Texinfo/XS/copy-file_but_owner.c) continue;; \
tp/Texinfo/XS/gnulib/lib/*) continue;; \
esac; \
files="$$files $$file"; \