From: Dejan L. <le...@us...> - 2004-05-27 14:17:10
|
Update of /cvsroot/rtk/rtk/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7666/doc Modified Files: CMakeLists.txt Log Message: Small fix... Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/rtk/rtk/doc/CMakeLists.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CMakeLists.txt 26 Feb 2004 20:13:15 -0000 1.1 --- CMakeLists.txt 27 May 2004 14:16:58 -0000 1.2 *************** *** 1 **** ! ADD_CUSTOM_TARGET(docs (cd .. && doxygen rtk.doxygen)) \ No newline at end of file --- 1 ---- ! ADD_CUSTOM_TARGET(docs "cd .. && doxygen rtk.doxygen") |