[cmake-commits] alex committed CMakeLists.txt 1.15 1.16

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 28 11:00:59 EDT 2007


Update of /cvsroot/CMake/CMake/Utilities
In directory public:/mounts/ram/cvs-serv5835/Utilities

Modified Files:
	CMakeLists.txt 
Log Message:

ENH: 
-in the full documentation there is now an extra section for
compatibility commands, so users see which commands they shouldn't use
-cmake -h <command> now also works with lower case commands
--help-fullm --help-command, --help-module and --help-property now determine
the output format from the extension of the given filename 

Let me know if there are some things I overlooked.

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/CMakeLists.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- CMakeLists.txt	15 Jun 2007 12:53:33 -0000	1.15
+++ CMakeLists.txt	28 Jun 2007 15:00:57 -0000	1.16
@@ -14,8 +14,8 @@
       OUTPUT ${CMake_BINARY_DIR}/Docs/${target}.txt
       COMMAND ${CMD}
       ARGS --help-full ${CMake_BINARY_DIR}/Docs/${target}.txt
-           --help-html ${CMake_BINARY_DIR}/Docs/${target}.html
-           --help-man ${CMake_BINARY_DIR}/Docs/${target}.1
+           --help-full ${CMake_BINARY_DIR}/Docs/${target}.html
+           --help-full ${CMake_BINARY_DIR}/Docs/${target}.1
       DEPENDS ${target}
       MAIN_DEPENDENCY ${dependency}
       )



More information about the Cmake-commits mailing list