[CMake] building from source - manpages?

Scott Kitterman sklist at kitterman.com
Thu Sep 4 07:23:48 EDT 2014


On Thursday, September 04, 2014 13:06:50 René J.V. Bertin wrote:
> On Thursday September 04 2014 11:09:42 Nils Gladitz wrote:
> >If you are using the bootstrap script for the build I think you need to
> >also pass --sphinx-man .
> >
> >If you are using cmake to build cmake instead you need -DSPHINX_MAN=ON .
> 
> Thanks, that did the trick. Of course I immediately bumped into another file
> that got moved and thus not found during the package generation. Immediate
> being a very relative term ... after a full rebuild and running all tests.
> 
> Not really the place to ask, but surely there must be a way to adapt those
> debian/*.install files without having to go through a whole rebuild for
> each change?

Include -nc (no clean) in your dpkg-buildpackage invocation (which you might 
be doing indirectly via another tool like debuild) and the clean rule will be 
skipped so the build picks back up ~where it left off.

Scott K


More information about the CMake mailing list