Merge commit '6481cc3d7534a34435e88d343eb5f499001032a0'

This commit is contained in:
Ryan Pavlik
2011-02-01 10:29:35 -06:00
136 changed files with 8269 additions and 421 deletions

7
cmake/update-help.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
src="$(dirname $(readlink -f $0))"
: ${CMAKE:=$(which cmake)}
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.html"
$CMAKE "-DCMAKE_MODULE_PATH=$src" --help-custom-modules "$src/module-help.txt"