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
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top