summaryrefslogtreecommitdiffstats
path: root/doc/Tapset_Reference_Guide
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-02-02 13:05:39 +1000
committerddomingo <ddomingo@redhat.com>2009-02-02 13:05:39 +1000
commitf8a382089ed083ae23c5735d3af99d4c2aa46f94 (patch)
tree048e444eabd64c7702f9d8c7d393541e0defd90f /doc/Tapset_Reference_Guide
parentdafdfd51215957e52fabc9335afb3da32ee8afa8 (diff)
downloadsystemtap-steved-f8a382089ed083ae23c5735d3af99d4c2aa46f94.tar.gz
systemtap-steved-f8a382089ed083ae23c5735d3af99d4c2aa46f94.tar.xz
systemtap-steved-f8a382089ed083ae23c5735d3af99d4c2aa46f94.zip
added conversion for tags command and emphasis
Diffstat (limited to 'doc/Tapset_Reference_Guide')
-rw-r--r--doc/Tapset_Reference_Guide/publicanize.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Tapset_Reference_Guide/publicanize.sh b/doc/Tapset_Reference_Guide/publicanize.sh
index 127e647f..292a76e8 100644
--- a/doc/Tapset_Reference_Guide/publicanize.sh
+++ b/doc/Tapset_Reference_Guide/publicanize.sh
@@ -16,4 +16,12 @@ cp clean.xml en-US/Tapset_Reference_Guide.xml
# next 3 sed statements are change synopsis tags, as they are still currently unfixed in publican-redhat
sed -i -e 's/refsynopsisdiv>/refsect1>/g' en-US/Tapset_Reference_Guide.xml;
sed -i -e 's/refsect1>/refsection>/g' en-US/Tapset_Reference_Guide.xml;
-sed -i -e 's/synopsis>/programlisting>\n/g' en-US/Tapset_Reference_Guide.xml; \ No newline at end of file
+sed -i -e 's/synopsis>/programlisting>\n/g' en-US/Tapset_Reference_Guide.xml;
+
+# re-convert tags
+
+sed -i -e 's/&lt;emphasis&gt;/<emphasis>/g' en-US/Tapset_Reference_Guide.xml;
+sed -i -e 's/&lt;\/emphasis&gt;/<\/emphasis>/g' en-US/Tapset_Reference_Guide.xml;
+
+sed -i -e 's/&lt;command&gt;/<command>/g' en-US/Tapset_Reference_Guide.xml;
+sed -i -e 's/&lt;\/command&gt;/<\/command>/g' en-US/Tapset_Reference_Guide.xml; \ No newline at end of file