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 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
