bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] syntax-check rules to check for links in README


From: Bruno Haible
Subject: Re: [PATCH] syntax-check rules to check for links in README
Date: Tue, 06 Jun 2023 17:07:17 +0200

Hi José,

> +sc_readme_link_install:
> +     @require='INSTALL'                                      \
> +     in_vc_files='$(top_srcdir)/README$$'                    \
> +     halt='The README file should refer to INSTALL'          \
> +       $(_sc_search_regexp)

This rule will whine at least in
  libvirt
Is this your intention?

> +sc_readme_link_copying:
> +     @require='COPYING'                                      \
> +     in_vc_files='$(top_srcdir)/README$$'                    \
> +     halt='The README file should refer to COPYING[.LESSER]' \
> +       $(_sc_search_regexp)

This rule will whine at least in
  bison
  coreutils
  findutils
  inetutils
  libvirt
  patch
Is this your intention?

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]