Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Move the "features" tools to tools/docs

The scripts for managing the features docs are found in three different
directories; unite them all under tools/docs and update references as
needed.

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+4 -4
+1 -1
Documentation/features/list-arch.sh tools/docs/list-arch.sh
··· 8 8 9 9 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/' | sed 's/s390x/s390/')} 10 10 11 - $(dirname $0)/../../scripts/get_feat.pl list --arch $ARCH 11 + $(dirname $0)/get_feat.pl list --arch $ARCH
Documentation/features/scripts/features-refresh.sh tools/docs/features-refresh.sh
+2 -2
Documentation/sphinx/kernel_feat.py
··· 13 13 :license: GPL Version 2, June 1991 see Linux/COPYING for details. 14 14 15 15 The ``kernel-feat`` (:py:class:`KernelFeat`) directive calls the 16 - scripts/get_feat.pl script to parse the Kernel ABI files. 16 + tools/docs/get_feat.pl script to parse the Kernel ABI files. 17 17 18 18 Overview of directive's argument and options. 19 19 ··· 85 85 srctree = os.path.abspath(os.environ["srctree"]) 86 86 87 87 args = [ 88 - os.path.join(srctree, 'scripts/get_feat.pl'), 88 + os.path.join(srctree, 'tools/docs/get_feat.pl'), 89 89 'rest', 90 90 '--enable-fname', 91 91 '--dir',
+1 -1
scripts/get_feat.pl tools/docs/get_feat.pl
··· 18 18 my $basename = abs_path($0); 19 19 $basename =~ s,/[^/]+$,/,; 20 20 21 - my $prefix=$basename . "../Documentation/features"; 21 + my $prefix=$basename . "../../Documentation/features"; 22 22 23 23 # Used only at for full features output. The script will auto-adjust 24 24 # such values for the minimal possible values