From f15842de4711d81fdbbd9addfc93ff781824e5cc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Jan 2009 13:31:01 +0100 Subject: [PATCH] maint: remove obsolete sc_author_mark_check rule * maint.mk (sc_author_mark_check): Remove rule. "and" no longer appears in the definition of AUTHORS. --- maint.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/maint.mk b/maint.mk index 656155afe4..e12c7aac90 100644 --- a/maint.mk +++ b/maint.mk @@ -526,14 +526,6 @@ sc_po_check: rm -f $@-1 $@-2; \ fi -# In a definition of #define AUTHORS "... and ..." where the RHS contains -# the English word `and', the string must be marked with `N_ (...)' so that -# gettext recognizes it as a string requiring translation. -sc_author_mark_check: - @grep -n '^# *define AUTHORS "[^"]* and ' src/*.c |grep -v ' N_ (' && \ - { echo '$(ME): enclose the above strings in N_ (...)' 1>&2; \ - exit 1; } || : - # Sometimes it is useful to change the PATH environment variable # in Makefiles. When doing so, it's better not to use the Unix-centric # path separator of `:', but rather the automake-provided `@PATH_SEPARATOR@'. -- 2.47.3