[Cmake-commits] [cmake-commits] alex committed cmakemain.cxx 1.80 1.81

cmake-commits at cmake.org cmake-commits at cmake.org
Tue May 13 15:43:02 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv15130/Source

Modified Files:
	cmakemain.cxx 
Log Message:
STYLE: add "--help-policy" and "--help-policies" to the documentation
-generate and install the policy documentation files
-generate and install the docbook files for cmake, ctest, cpack, ccmake (cmake-gui not yet ?)

Alex


Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.80
retrieving revision 1.81
diff -C 2 -d -r1.80 -r1.81
*** cmakemain.cxx	11 Mar 2008 20:02:10 -0000	1.80
--- cmakemain.cxx	13 May 2008 19:43:00 -0000	1.81
***************
*** 145,148 ****
--- 145,159 ----
     "format is determined depending on the filename suffix. Supported are man "
     "page, HTML, DocBook and plain text."},
+   {"--help-policy cmp [file]", 
+    "Print help for a single policy and exit.",
+    "Full documentation specific to the given policy is displayed."
+    "If a file is specified, the documentation is written into and the output "
+    "format is determined depending on the filename suffix. Supported are man "
+    "page, HTML, DocBook and plain text."},
+   {"--help-policies [file]", "Print help for all policies and exit.",
+    "Full documentation for all policies is displayed."
+    "If a file is specified, the documentation is written into and the output "
+    "format is determined depending on the filename suffix. Supported are man "
+    "page, HTML, DocBook and plain text."},
    {"--help-property prop [file]", 
     "Print help for a single property and exit.",



More information about the Cmake-commits mailing list