Re: [CMake] copying the contents of a directory with cpack

2007-09-18 Thread Olivier Delannoy
How could I define a custom target of name install_doxygen which is going to use INSTALL ? I haven't seen any way to do partial installation so far. I am missing something ? I have a doxygen target and I would like to be able to add the output of doxygen to the install target. But I don't want to

Re: [CMake] copying the contents of a directory with cpack

2007-09-18 Thread Bill Hoffman
Alan W. Irwin wrote: On 2007-09-17 20:31-0400 Bill Hoffman wrote: Niall Dalton wrote: Hi, I have a custom target that creates doxygen documentation from my C header files. I'd like, as part of my cpack configuration in my main CMakeLists.txt, to copy the directory containing the doxygen

Re: [CMake] copying the contents of a directory with cpack

2007-09-18 Thread Bill Hoffman
Olivier Delannoy wrote: How could I define a custom target of name install_doxygen which is going to use INSTALL ? I haven't seen any way to do partial installation so far. I am missing something ? I have a doxygen target and I would like to be able to add the output of doxygen to the install

Re: [CMake] copying the contents of a directory with cpack

2007-09-18 Thread Alan W. Irwin
On 2007-09-18 09:48-0400 Bill Hoffman wrote: Alan W. Irwin wrote: That advice is correct for generating binary distributions with make package, but in case you wanted to include the doxygen output in a source distribution with the make package_source command, then all you have to do is make

Re: [CMake] copying the contents of a directory with cpack

2007-09-17 Thread Alan W. Irwin
On 2007-09-17 20:31-0400 Bill Hoffman wrote: Niall Dalton wrote: Hi, I have a custom target that creates doxygen documentation from my C header files. I'd like, as part of my cpack configuration in my main CMakeLists.txt, to copy the directory containing the doxygen output into the .tar.gz