xinit: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sun Jun 19 04:41:19 PDT 2011


 Makefile.am     |   23 +----
 configure.ac    |   16 ++--
 cpprules.in     |   22 -----
 man/Makefile.am |   20 +++++
 man/startx.man  |  224 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/xinit.man   |  199 +++++++++++++++++++++++++++++++++++++++++++++++++
 startx.man      |  223 -------------------------------------------------------
 xinit.man       |  199 -------------------------------------------------
 8 files changed, 459 insertions(+), 467 deletions(-)

New commits:
commit b0b9c21b752faab43241665f8fd12e10973e739c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jun 17 13:49:11 2011 -0400

    DIST_SUBDIRS is not required when using AM_CONDITIONALs
    
    LAUNCHD is an Automake conditional which means that Automake will
    traverse the launchd directory when running the dist target.
    http://www.gnu.org/software/automake/manual/automake.html
    
    One less variables to maintain.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 120a58116f2e3a223dbb78e0b33d3755eeb8ad5a
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jun 17 13:39:27 2011 -0400

    Move man pages in the man directory
    
    Now that the cpp tool is no longer needed, normalize the man pages build.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit a81fab654085239ffcc4981b6bdab9fc18ec3d08
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Jun 17 11:15:12 2011 -0400

    Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man pages
    
    As for all other manpages, use sed rather than the C preprocessor
    from the Imake days.
    
    Use SCOMAN Automake variable and groff .if for conditional text
    We can therefore remove ARCHMANDEFS
    Remove man page related code from cpprules.in
    
    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