diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 19:54:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 15:43:10 -0700 |
commit | d27f326c976d7da9ea43706bca1c3766f225ee6f (patch) | |
tree | a54f9bc6f9a1476acacb60362c7b590327f4e07e /specs/x11protocol.xml | |
parent | 34b099b7b6e72ceaf8edcbf0ca351af410c3b2fb (diff) |
specs: Convert .IN troff tags to <indexterm> DocBook Tags
Many of the .IN tags seem to have been lost in translation before this.
Converted those still in comments with:
perl -i -p -e 's{\<\!-- \.IN "([^"]+)" "" "\@DEF\@" --\>}{<indexterm significance="preferred"><primary>$1</primary></indexterm>}' *.xml
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/x11protocol.xml')
-rw-r--r-- | specs/x11protocol.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/x11protocol.xml b/specs/x11protocol.xml index c729e7d..b022fad 100644 --- a/specs/x11protocol.xml +++ b/specs/x11protocol.xml @@ -62,5 +62,6 @@ in this Software without prior written authorization from the Open Group. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keysyms.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="encoding.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml"/> +<index /> </book> |