diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-11-20 21:00:57 +0100 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2011-02-03 15:34:30 +0100 |
commit | 6f4723538ed92c27908bb29148479dae79a81273 (patch) | |
tree | fdc6133be08b08e3f1be392c188fd4c6b9c8984b /scilab/modules/intersci | |
parent | c8b87760d3b5ed09fa77ebc11f17f8a1c77640af (diff) | |
download | scilab-6f4723538ed92c27908bb29148479dae79a81273.zip scilab-6f4723538ed92c27908bb29148479dae79a81273.tar.gz |
Add role in the 'see also' section in the help page
This massive update have been done with the following code:
FILES=$(find modules/ -iname '*.xml' -type f|grep "/help/pt_BR")
for f in $FILES; do
perl -0777 -pe 's/<refsection>([^<]*)<title>Ver Também<\/title>/<refsection role="see also">\n<title>Ver Também<\/title>/gi' $f > $f.2
mv $f.2 $f
done
(just replace pt_BR by fr_FR or en_US)
Change-Id: Id7f2cad0de21d70b61d371381d2edfcb1714214e
Diffstat (limited to 'scilab/modules/intersci')
-rw-r--r-- | scilab/modules/intersci/help/en_US/intersci.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scilab/modules/intersci/help/en_US/intersci.xml b/scilab/modules/intersci/help/en_US/intersci.xml index e858b9b..5a9be97 100644 --- a/scilab/modules/intersci/help/en_US/intersci.xml +++ b/scilab/modules/intersci/help/en_US/intersci.xml | |||
@@ -39,8 +39,8 @@ | |||
39 | <para>Refer to intersci documentation for more details.</para> | 39 | <para>Refer to intersci documentation for more details.</para> |
40 | <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para> | 40 | <para>Note that this feature is obsolete and unsupported and will be replaced by a Scilab SWIG wrapper in an upcoming version.</para> |
41 | </refsection> | 41 | </refsection> |
42 | <refsection> | 42 | <refsection role="see also"> |
43 | <title>See Also</title> | 43 | <title>See Also</title> |
44 | <simplelist type="inline"> | 44 | <simplelist type="inline"> |
45 | <member> | 45 | <member> |
46 | <link linkend="fort">fort</link> | 46 | <link linkend="fort">fort</link> |