macros: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Fri Feb 5 06:30:06 PST 2010


 configure.ac      |    2 
 xorg-macros.m4.in |  289 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 290 insertions(+), 1 deletion(-)

New commits:
commit 0851a3455fddbbaef73fae088469a48f2f975783
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jan 29 14:02:26 2010 -0500

    Version bump: 1.6.0
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit a8f386498bb18c7f95f874a56e3526a1b0b3029c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Feb 2 17:14:00 2010 -0500

    doc: add XORG_ENABLE_DEVEL_DOCS and XORG_ENABLE_SPECS
    
    Identical to XORG_ENABLE_DOCS, this macros allows modules
    to classify docs per type and selectively control their building.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 1df1e7fd649b4ff3e00a908d4ade54bc6b32892f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun Jan 31 08:56:50 2010 -0500

    XORG_WITH_GROFF: add tests for -ms and -mm macro packages
    
    OS and distros often splits groff in a basic and full package, the former
    having the groff program and the later having devices, fonts and macros
    Checking for the groff executable is not enough.
    
    Use HAVE_GROFF if you do not use -ms or -mm
    Use HAVE_GROFF_MS and/or HAVE_GROFF_MM otherwise
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 6fce3ec9157794d1a90ae28b2615c00ce84f95ed
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jan 29 10:47:40 2010 -0500

    Add XORG_ENABLE_DOCS to control the building of documentation
    
    This macro is intended for modules to control, in a single option,
    the building of the documentaion. Using --enable-docs=no, all
    documentation is skipped, regardless of the tool used to build it.
    
    It should be used in conjunction with other XORG_WITH_* macros
    which handle cases where some specific tool is not available.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit df1fe112b8fca77ce10ecfe2b9e4a082b29b732d
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jan 29 10:25:00 2010 -0500

    Additional doc macros for GROFF, FOP and PS2PDF
    
    Identical to XMLTO, DOXYGEN and ASCIIDOC.
    Allow platform builders to selectively turn off tools that
    are not present or back level. Matching documentation target
    will be shipped.
    
    For example, --without-fop will skip the pdf format while
    allowing other formats to proceed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list