xorg-docs: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Mar 29 13:43:57 PDT 2011


 .gitignore                    |    1 
 configure.ac                  |   11 ++--
 docbook.am                    |   95 ++++++++++++++++++++++++++++++++++++++++++
 general/Makefile.am           |   18 ++++---
 general/fonts/Makefile.am     |   13 +++--
 general/graphics/Makefile.am  |   13 +++--
 general/input/Makefile.am     |   13 +++--
 general/platforms/Makefile.am |   15 +++---
 specs/CTEXT/Makefile.am       |   14 ++++--
 specs/ICCCM/Makefile.am       |   14 ++++--
 specs/XLFD/Makefile.am        |   14 ++++--
 specs/Xext/Makefile.am        |   14 ++++--
 specs/Xserver/Makefile.am     |   14 ++++--
 xmlrules.in                   |   65 ----------------------------
 14 files changed, 199 insertions(+), 115 deletions(-)

New commits:
commit ee435d7363fe9a0dd3e355acee4dfbdc501b3bf3
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Mar 2 09:21:05 2011 -0500

    Documentation: add Docbook external references support
    
    When writing technical documentation, it is often necessary to cross
    reference to other information. When that other information is not in the
    current document, additional support is needed, namely <olink>.
    
    A new feature with version 1.7 of xorg-sgml-doctools adds references to
    other documents within or outside this package.
    
    This feature works with PDF, HTML, PS (and epub?) generated documents
    and will generate links to the other versions of the same type, i.e. html
    docs will link to other html docs,  and pdf docs will link to other pdf
    docs.
    
    This patch adds technical support for this feature but does not change
    the content of the documentation as seen by the end user.
    
    Each book or article must generate a database containing the href
    of sections that can be referred to from another document. This database
    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
    documentation is the same. This forms a virtual document tree.
    
    This database is consulted by other documents while they are being generated
    in order to fulfill the missing information for linking.
    Refer to the xorg-sgml-doctools for further technical information.
    
    Co-authored-by: Matt Dew <marcoz at osource.org>
    
    Acked-by: Dan Nicholson <dbn.lists at gmail.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list