diff options
author | Mats Wichmann <mats@linux.com> | 2020-06-10 17:09:09 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-06-10 17:12:42 (GMT) |
commit | 2f5841806011b1ca123e58ddaa55e4319b5468da (patch) | |
tree | 44c9910e3aa95d45766d6b67a7a3ca5987c3036e /doc/generated/examples/commandline_SCONSFLAGS_1.xml | |
parent | 07ba4716ef08158da819ec98b4533d06c84c12dc (diff) | |
download | SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.zip SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.tar.gz SCons-2f5841806011b1ca123e58ddaa55e4319b5468da.tar.bz2 |
Documentation updates in perparation for 4.0 [ci skip]
* Switch API docs to readthedocs theme
* Add links in manpage SEE ALSO to external websites. These are not just
live, but also listed out (Linux manpages won't have the hyperlinks)
* Links use docbook5 xlink:href instead of deprecated (claimed to be
removed, but apparently not) ulink syntax
* Comment out manpage Examples section, and leave a pointer to
scons-cookbook.readthedocs.io instead
* Regenerate everything, mainly to pick up compilation_db stuff.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/generated/examples/commandline_SCONSFLAGS_1.xml')
-rw-r--r-- | doc/generated/examples/commandline_SCONSFLAGS_1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/generated/examples/commandline_SCONSFLAGS_1.xml b/doc/generated/examples/commandline_SCONSFLAGS_1.xml index fc54357..733e745 100644 --- a/doc/generated/examples/commandline_SCONSFLAGS_1.xml +++ b/doc/generated/examples/commandline_SCONSFLAGS_1.xml @@ -1,4 +1,4 @@ -<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.scons.org/dbxsd/v1.0" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons</userinput> +<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons</userinput> scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... |