diff options
Diffstat (limited to 'Makefile.maint')
-rw-r--r-- | Makefile.maint | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 17b9d9be9..0cc945de2 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -74,7 +74,7 @@ local-checks-available = \ po-check copyright-check writable-files m4-check author_mark_check \ changelog-check patch-check strftime-check $(syntax-check-rules) \ makefile_path_separator_check \ - makefile-check + makefile-check check-AUTHORS .PHONY: $(local-checks-available) local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available)) @@ -308,6 +308,9 @@ strftime-check: rm -f $@-src $@-info; \ fi +check-AUTHORS: + $(MAKE) -C src $@ + # Ensure that we use only the standard $(VAR) notation, # not @...@ in Makefile.am, now that we can rely on automake # to emit a definition for each substituted variable. |