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

Alexander Neundorf neundorf at kde.org
Tue Feb 6 14:51:22 EST 2007


On Monday 05 February 2007 22:46, Alexander Neundorf wrote:
> 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.

Here we go, this should fix it. The wrong type was selected.
I think I checked all help-options.

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-single-docs.patch
Type: text/x-diff
Size: 1259 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20070206/20e77e93/attachment.patch>


More information about the cmake-developers mailing list