[cmake-developers] [PATCH] split the cmake man page into four man pages

Alexander Neundorf neundorf at kde.org
Mon Feb 5 16:46:10 EST 2007


On Monday 05 February 2007 20:25, you wrote:
> Brad King wrote:
> > Alexander Neundorf wrote:
> >> To make things easier I split the patch in two parts.
> >> Attached is the first part, it only refactors cmDocumentation a bit.
> >
> > I tried it out and the generated pages look okay.  I've applied the
> > patch with a few line length and code style fixes:
> >
> > /cvsroot/CMake/CMake/Source/cmDocumentation.cxx,v  <-- 
> > cmDocumentation.cxx new revision: 1.40; previous revision: 1.39
> > /cvsroot/CMake/CMake/Source/cmDocumentation.h,v  <--  cmDocumentation.h
> > new revision: 1.18; previous revision: 1.17
>
> This patch has broken the command-line per-command help syntax:
>
> $ cmake --help-command install
> cmake version 2.5-20070201
>   INSTALL                     = Specify rules to run at install time.
>
> The correct behavior is:
>
> $ cmake --help-command install
> cmake version 2.5-20070201
>   INSTALL
>        Specify rules to run at install time.
>
>        This command generates installation rules for a project.  Rules
>        specified by calls to this command within a source directory are
>        executed in order during installation.
>        ....rest of documentation for command....
>
> Alex, please fix this ASAP.

I'll send a patch tomorrow, we have guests tonight so I don't have time for 
hacking now.

Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net



More information about the cmake-developers mailing list