https://github.com/Kitware/CMake
Revision faf291a9c41cc2a4ffa6797c1d35c7863118a4c4 authored by Brad King on 24 April 2014, 18:59:34 UTC, committed by Brad King on 24 April 2014, 19:23:27 UTC
Add SPHINX_SINGLEHTML to enable the Sphinx 'singlehtml' builder.
1 parent 20b46a0
Raw File
Tip revision: faf291a9c41cc2a4ffa6797c1d35c7863118a4c4 authored by Brad King on 24 April 2014, 18:59:34 UTC
Utilities/Sphinx: Add option to build 'singlehtml' format
Tip revision: faf291a
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top