xorg-docs: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sat Nov 6 14:53:05 PDT 2010


 .gitignore  |    1 -
 xmlrules.in |   13 +++++--------
 2 files changed, 5 insertions(+), 9 deletions(-)

New commits:
commit fdebf058052aca57361153687fcdb5cd29b68cae
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Nov 5 17:24:24 2010 -0400

    xmlrules.in: do not use --searchpath when sgml-doctools not installed
    
    The option to define a searchpath for css and xsl files is not
    required when such files are known to be missing.
    
    The command emitted is:
    /usr/bin/xmlto --searchpath /X11  xhtml-nochunks dps.xml
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit c8510a9a0bb10da9cfea6703aa38e5343a0d8b36
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Nov 5 15:22:29 2010 -0400

    HTML file generation: use the installed copy of xorg.css
    
    Currenlty the xorg.css file is copied in each location
    where a DocBook/XML file resides. This produces about
    70 copies in the $(docdir) install tree.
    
    With this patch the HTML file contains the following XML element:
    <link rel="stylesheet"
    href="/home/nadon/xorg/src/share/sgml/X11/xorg.css" type="text/css" />
    when build from prefix /home/nadon/xorg/src.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list