summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/builderswriting_MY_EMITTER_1.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-06-10 17:09:09 (GMT)
committerMats Wichmann <mats@linux.com>2020-06-10 17:12:42 (GMT)
commit2f5841806011b1ca123e58ddaa55e4319b5468da (patch)
tree44c9910e3aa95d45766d6b67a7a3ca5987c3036e /doc/generated/examples/builderswriting_MY_EMITTER_1.xml
parent07ba4716ef08158da819ec98b4533d06c84c12dc (diff)
downloadSCons-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/builderswriting_MY_EMITTER_1.xml')
-rw-r--r--doc/generated/examples/builderswriting_MY_EMITTER_1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/generated/examples/builderswriting_MY_EMITTER_1.xml b/doc/generated/examples/builderswriting_MY_EMITTER_1.xml
index ef831e5..fd53158 100644
--- a/doc/generated/examples/builderswriting_MY_EMITTER_1.xml
+++ b/doc/generated/examples/builderswriting_MY_EMITTER_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 -Q</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 -Q</userinput>
./my_command file1.input modify1.in &gt; file1.foo
./my_command file2.input modify2.in &gt; file2.foo
</screen>