diff options
author | Mats Wichmann <mats@linux.com> | 2022-01-17 16:31:55 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-05-23 19:04:49 (GMT) |
commit | a2b8a644462f849b78aca6a5590a5f264a8a123a (patch) | |
tree | b79280bf9fa25b5cb765fe6a2c73e34370653487 /doc | |
parent | f70935229414532f55ee172148ded902ec25e558 (diff) | |
download | SCons-a2b8a644462f849b78aca6a5590a5f264a8a123a.zip SCons-a2b8a644462f849b78aca6a5590a5f264a8a123a.tar.gz SCons-a2b8a644462f849b78aca6a5590a5f264a8a123a.tar.bz2 |
Tweak the swig tool documentation [skip appveyor]
Minor changes: the spelled-out name of the tool as used in SCons docs
was not the same as the manpage uses, and it was repeated a bunch of
times spelled out for no good reason. Just turned it all into uses of
&swig; entity.
A bit of tweaking of some of the entries. SWIGCXXFILESUFFIX had a
copy-paste error, it referred to CFILESUFFIX instead of CXXFILESUFFIX.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scons.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scons.mod b/doc/scons.mod index 8a6df17..4c5dc14 100644 --- a/doc/scons.mod +++ b/doc/scons.mod @@ -84,7 +84,7 @@ <!ENTITY rmic "<application xmlns='http://www.scons.org/dbxsd/v1.0'>rmic</application>"> <!ENTITY ScCons "<application xmlns='http://www.scons.org/dbxsd/v1.0'>ScCons</application>"> <!ENTITY sleep "<application xmlns='http://www.scons.org/dbxsd/v1.0'>sleep</application>"> -<!ENTITY swig "<application xmlns='http://www.scons.org/dbxsd/v1.0'>swig</application>"> +<!ENTITY swig "<application xmlns='http://www.scons.org/dbxsd/v1.0'>SWIG</application>"> <!ENTITY tar "<application xmlns='http://www.scons.org/dbxsd/v1.0'>tar</application>"> <!ENTITY tex "<application xmlns='http://www.scons.org/dbxsd/v1.0'>tex</application>"> <!ENTITY touch "<application xmlns='http://www.scons.org/dbxsd/v1.0'>touch</application>"> |