libX11: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Sep 13 12:54:24 PDT 2011


 configure.ac                       |    2 
 docbook-gen-chunk.am               |  102 -----------------------------
 docbook-gen.am                     |   96 ---------------------------
 docbook.am                         |  114 +++++++++++++++++---------------
 specs/XIM/xim.xml                  |    8 +-
 specs/XKB/xkblib.xml               |    7 +-
 specs/i18n/compose/Makefile.am     |   11 ---
 specs/i18n/compose/docbook-nl.am   |  128 +++++++++++++++++++++++++++++++++++++
 specs/i18n/framework/framework.xml |    7 +-
 specs/i18n/trans/trans.xml         |    8 +-
 specs/libX11/libX11.xml            |   11 +--
 11 files changed, 218 insertions(+), 276 deletions(-)

New commits:
commit afe13e19ebf0fc4e3460644164433af016f0add7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Sep 12 16:54:45 2011 -0400

    docs: use the &fullrelvers; entity to set X11 release information
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 22a2153282db13e9d94881022b8c979539841a2c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 11 19:49:53 2011 -0400

    docs: remove <productnumber> which is not used by default
    
    This element is not rendered by default on the title. A template
    customization is required to display it.
    X Window System does not have a product number.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 719f16570d9fcfd15247813ee51fa51ac8a6ff4c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 11 17:40:21 2011 -0400

    docs: use the &fullrelvers; entity to set X11 release information
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit a6b2992f50b571d612ea9ade631c432c3099bc12
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 11 17:38:42 2011 -0400

    docs: remove orphan <affiliation>
    
    Somehow created during the conversion from roff. Unable to locate
    the author to which it belongs.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit c7420060b6e47b8467ba50c796ec3c1bab090bc7
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Sep 11 17:38:05 2011 -0400

    docs: remove <productnumber> which is not used by default
    
    This element is not rendered by default on the title. A template
    customization is required to display it.
    X Window System does not have a product number.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 7d5b718c1edbc43c54b7001be548e515a49540ea
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Sep 9 14:46:39 2011 -0400

    docbook.am: embed css styles inside the HTML HEAD element
    
    Rather than referring to the external xorg.css stylesheet, embed the content
    of the file in the html output produced. This is accomplished by using
    version 1.10 of xorg-xhtml.xsl.
    
    This makes the whole html docs tree much more relocatable.
    In addition, it eliminates xorg.css as a runtime file which makes
    xorg-sgml-doctools a build time only package.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 24632d280491c465dfe208ef788815890892e326
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon Sep 5 12:53:12 2011 -0400

    compose: upgrade makefile to support olinking on chunked html
    
    The essential differences over the regular docbook.am are:
    Adding root.filename parameter for naming of chapters html files.
    Using xhtml xmlto format and xorg-chunk.xsl stylesheet
    Set olink.base.uri for pdf but not for chunked html
    Olink is not applicable to ps and txt formats.
    
    Html chapters are added to shelf_DATA as they are also installed.
    The xml is generated from a perl script and not distributed.
    
    Requires version 1.10 of xorg-sgml-doctools.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 93ab0a1c9a4f9094cf0c8e1c686130673e681798
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 31 19:46:20 2011 -0400

    docbook.am: refactor common flags for xmlto and xsltproc
    
    Maximize reuse and reduce risk of setting the wrong flag
    at the wrong place.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 85b725aa9ef76aeb5e94d42e0cd60f896da7ab97
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 31 10:46:59 2011 -0400

    docbook.am: add search path for local entities
    
    Currently, only $(XORG_SGML_PATH)/X11 is searched for xml entities.
    A module may want to add entities that apply only to itself and
    not to all modules, like the xserver does.
    
    This feature may or may not be used in this module, but all modules
    share a copy of docbook.am.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit b5ed2d368d47f244d43d2513329fa2758bc4ef54
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Aug 25 14:39:20 2011 -0400

    docbook.am: explicitly list xmlto flags for each target
    
    Normal evolution of make targets make it impractical to factor out
    common command flags for xmlto.
    
    The targets now list each command option as its presence or absence
    needs to be justified.
    
    xorg.ss is only needed by xmlto for html.
    masterdb is only needed by xmlto.
    img.src.path must not be used by html.
    xsltproc need to use customization layer xorg-*.xsl.
    txt format is not required to search masterdb.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit d5b3605f3b0639452e892e9ff3afb18bb7442069
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Aug 25 13:12:49 2011 -0400

    docbook.am: do not generate docs if docbook customization layer is missing
    
    The stylesheets used to be only about style, fonts or colors.
    Complex features are now used like olink and chunked html which
    may cause a build break when stylesheets are missing or lead to hard
    to find problem.
    
    Some modules may be built when stylesheets are present while others
    are built without. There is no requirement to build crippled docs.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list