• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:website

1 // Copyright 2014-2021 The Khronos Group Inc.
3 // SPDX-License-Identifier: CC-BY-4.0
9 invoked from the top-level directory or from the API Registry in
10 ../xml to build generated components of the specification.
14 * `genvk.py` - Python script to generate Vulkan headers and some other
16 * `reg.py` - Python tools to read a registry XML file and call into
18 * `conventions.py`, `vkconventions.py` - API-specific parameters and
20 * `generator.py` - output generator base class.
21 ** `cgenerator.py` - C header output generator.
22 ** `docgenerator.py` - Asciidoc interface language include generator.
23 ** `extensionmetadocgenerator.py` - Generator for Asciidoc extension
25 ** `hostsyncgenerator.py` - Asciidoc host sync table generator.
26 ** `pygenerator.py` - Generates python encoding of the API description.
27 ** `validitygenerator.py` - Asciidoc validity language generator.
29 * `check_spec_links.py` - validates a variety of markup and content in the
31 * `make_ext_dependency.py` - generate extension dependencies in Bash and
33 * `genRelease`, `genspec.py` - build HTML and PDF Specifications with a
36 * `genRef.py`, `reflib.py` - extract API reference pages from specification
37 source into single-page source documents.
38 * `indexExt.py` - generate HTML index of all extensions for inclusion into
40 * `reflow.py`, `reflow_count.py` - reflow specification source text to follow
44 `test_entity_db.py` - these are from another Khronos WG repository and
47 * `compImages.sh` - compare images in two branches.
48 * `htmldiff/htmldiff` - HTML diff script (see below).
49 * `Retired/` - contains obsolete, unused, or single-purpose scripts. Not
63 On Debian Linux, it may be necessary to install the 'python-utidylib' and
70 website. `htmldiff` is the Python driver script. `htmldiff.pl` is the
73 the website, modified to run at the command line instead of as a CGI