Lines Matching refs:build
35 my $rec_version = "1.7.9"; # PDF won't build here
111 print "ERROR: please install \"$prog\", otherwise, build won't work.\n";
249 my $fname = "sphinx-build";
252 $fname = "sphinx-build-3";
268 if (m/^\s*sphinx-build\s+([\d\.]+)((\+\/[\da-f]+)|(b\d+))?$/) {
435 printf("If you want to build PDF, please read:\n");
692 "sphinx-build" => "sphinx"
723 $sphinx_cmd =~ s/activate/sphinx-build/;
752 # Get the highest version from sphinx_*/bin/sphinx-build and the
801 # sphinx-build is present and its version is >= $min_version
927 die "Python 3 is required to build the kernel docs\n";
977 die "Can't build as $need mandatory dependency is missing";
979 die "Can't build as $need mandatory dependencies are missing";
983 # Check if sphinx-build is called sphinx-build-3
985 printf "\tsudo ln -sf %s /usr/bin/sphinx-build\n\n",
986 which("sphinx-build-3");
995 die "Can't build as $need mandatory dependency is missing";
997 die "Can't build as $need mandatory dependencies are missing";
1021 print "\t--no-pdf\t- don't check for dependencies required to build PDF docs\n\n";