Christoph Grüninger
89e08de8c2
FindLATEX: Add components for XeLaTeX and LuaLaTeX
2015-01-11 15:42:12 -05:00
Christoph Grüninger
c32f691944
FindLATEX: Add components Biber and xindy
2015-01-11 15:41:37 -05:00
Christoph Grüninger
222ee2c059
FindLATEX: Add components PDFtoPS and HTLATEX
2015-01-11 15:41:06 -05:00
Christoph Grüninger
07a3f9ad17
FindLATEX: Add components handling
2014-12-23 09:11:31 -05:00
Christoph Grüninger
e01040636d
FindLATEX: Use FPHSA to report status in standard way
...
Otherwise LaTeX was marked as not found in the summary.
Also revise the documentation.
2014-12-05 23:42:48 +01:00
Brad King
63262434bf
FindLATEX: Search for ps2pdf14 even on Windows ( #15198 )
...
When cross-compiling from Linux to Windows the tool on the host
does not have a .bat extension.
2014-10-07 09:41:52 -04:00
Matt McCormick
0767474070
FindLATEX: Find ps2pdf with MikTeX.
2013-10-24 12:06:31 +00:00
Kitware Robot
f051814ed0
Convert builtin help to reStructuredText source files
...
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
2013-10-15 14:12:03 -04:00
Kitware Robot
9db3116226
Remove CMake-language block-end command arguments
...
Ancient versions of CMake required else(), endif(), and similar block
termination commands to have arguments matching the command starting the
block. This is no longer the preferred style.
Run the following shell code:
for c in else endif endforeach endfunction endmacro endwhile; do
echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
egrep -z -v 'Tests/CMakeTests/While-Endwhile-' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
Kitware Robot
77543bde41
Convert CMake-language commands to lower case
...
Ancient CMake versions required upper-case commands. Later command
names became case-insensitive. Now the preferred style is lower-case.
Run the following shell code:
cmake --help-command-list |
grep -v "cmake version" |
while read c; do
echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g'
done >convert.sed &&
git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' |
egrep -z -v '^(Utilities/cm|Source/kwsys/)' |
xargs -0 sed -i -f convert.sed &&
rm convert.sed
2012-08-13 14:19:16 -04:00
Kitware Robot
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
...
Our Git commit hooks disallow modification or addition of lines with
trailing whitespace. Wipe out all remnants of trailing whitespace
everywhere except third-party code.
Run the following shell code:
git ls-files -z -- \
bootstrap doxygen.config '*.readme' \
'*.c' '*.cmake' '*.cpp' '*.cxx' \
'*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \
'*.mm' '*.pike' '*.py' '*.txt' '*.vim' |
egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' |
egrep -z -v '^(Modules/CPack\..*\.in)' |
xargs -0 sed -i 's/ \+$//'
2012-08-13 14:18:39 -04:00
Todd Gamblin
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
2010-08-09 08:48:31 -04:00
Brad King
c4bb9c9d42
Convert CMake find-modules to BSD License
...
This adds copyright/license notification blocks CMake's find-modules.
Many of the modules had no notices at all. Some had notices referring
to the BSD license already. This commit normalizes existing notices and
adds missing notices.
2009-09-28 11:45:50 -04:00
Ken Martin
d2689c95a1
ENH: some style fixes for the book
2005-12-15 10:41:19 -05:00
Bill Hoffman
b7fa820118
ENH: add documentation support for modules
2005-12-14 13:51:08 -05:00
Brad King
a92c58bacc
BUG#262: Marking DVIPDF_CONVERTER as advanced.
2003-10-30 13:33:51 -05:00
Andy Cedilnik
af721186a1
BUG: Fix Bug #156 - ps2pdf is not found on linux
2003-08-19 08:53:14 -04:00
Andy Cedilnik
8cd7dcced7
ENH: Add PDFLaTeX and LaTeX2HTML. Closes Bug #132 - Add pdflatex and html2latex to FindLATEX.cmake
2003-08-07 16:32:20 -04:00
Andy Cedilnik
a3c282ebbd
Make things work on unix and add DVIPDF
2003-01-28 08:53:27 -05:00
Sebastien Barre
9111244018
no message
2003-01-23 10:42:06 -05:00
Sebastien Barre
4220725f64
FIX:
...
- rename some entries (COMPILE -> COMPILER, and the converters -> _CONVERTER)
- make sure that Window system are given a chance to find Latex and the converters if MikTex and GhostScript are installed (but not in the PATH)
2003-01-23 10:37:46 -05:00
Ken Martin
7f336be820
merge branch change into main tree
2003-01-22 11:11:41 -05:00
Luis Ibanez
9686a9034c
ENH: Now also locates the "makeindex" program.
2002-11-20 14:40:51 -05:00
Luis Ibanez
1f80ecf5a5
Configuratiion for finding LaTeX related executables.
2002-09-30 12:24:41 -04:00