[Cmake] Question: How to use INSTALL_FILES to install all of doc and html including in subdir

Shunming Fang fang at blake . 3dem . bioch . bcm . tmc . edu
Tue, 25 Mar 2003 15:22:51 -0600 (CST)


Hello, Guys,
I am newbie to cmake, currently I write a CMakeList.txt in a
directory(acutally /document) to build docs about our software project
and if make install, those doc will be installed somewhere, I use
INSTALL_FILES command to realize it, but I met a problem: what is regexp
to let all of doc includeing those subdir be install?
Thanks