[CMake] UseLATEX make clean

Marco Yuen marcoy.mailinglists at gmail.com
Tue Feb 19 14:59:55 EST 2008


Hi all,

On one of my projects, I am using the UseLATEX macros to build a latex  
document. But the problem is when I type `make clean', it removes my  
*.latex document. I did a simple grep and found out that the file,  
CMakeFiles/dvi.dir/cmake_clean.cmake, contains the following:

FILE(REMOVE
"CMakeFiles/dvi"
"./proposal.latex"
)

Any idea why it tries to remove the latex file?

Thanks,
Marco



More information about the CMake mailing list