]> xenbits.xensource.com Git - libvirt.git/commitdiff
syntax-check: Remove GFDL format check
authorPeter Krempa <pkrempa@redhat.com>
Wed, 31 Mar 2021 08:37:31 +0000 (10:37 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 6 Apr 2021 14:53:49 +0000 (16:53 +0200)
Our docs don't use the GFDL so checking its format is pointless.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
build-aux/syntax-check.mk

index 2ada23921e09a38344501a95c85a5728809f58d7..a9f3aaf45f853bf18950e586b9eef21f5e70f688 100644 (file)
@@ -1504,14 +1504,6 @@ sc_prohibit_backup_files:
          { echo '$(ME): found version controlled backup file' 1>&2;    \
            exit 1; } || :
 
-# Require the latest GFDL.  Two regexp, since some .texi files end up
-# line wrapping between 'Free Documentation License,' and 'Version'.
-_GFDL_regexp = (Free ''Documentation.*Version 1\.[^3]|Version 1\.[^3] or any)
-sc_GFDL_version:
-       @prohibit='$(_GFDL_regexp)'                                     \
-       halt='GFDL vN, N!=3'                                            \
-         $(_sc_search_regexp)
-
 # This Perl code is slightly obfuscated.  Not only is each "$" doubled
 # because it's in a Makefile, but the $$c's are comments;  we cannot
 # use "#" due to the way the script ends up concatenated onto one line.