This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  5ec479646713160d72463e3e8cdf32624b4b6824 (commit)
       via  07674740704c59d587c977d37bd0b9e517a58dd4 (commit)
      from  0072ba93394deb607ed645ad54754528884bd337 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5ec479646713160d72463e3e8cdf32624b4b6824
commit 5ec479646713160d72463e3e8cdf32624b4b6824
Merge: 0072ba9 0767474
Author:     Matt McCormick <matt.mccorm...@kitware.com>
AuthorDate: Tue Nov 19 11:44:02 2013 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Nov 19 11:44:02 2013 -0500

    Merge topic 'FindLATEX-ps2pdf' into next
    
    0767474 FindLATEX: Find ps2pdf with MikTeX.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07674740704c59d587c977d37bd0b9e517a58dd4
commit 07674740704c59d587c977d37bd0b9e517a58dd4
Author:     Matt McCormick <matt.mccorm...@kitware.com>
AuthorDate: Wed Sep 25 15:51:29 2013 +0000
Commit:     Matt McCormick <matt.mccorm...@kitware.com>
CommitDate: Thu Oct 24 12:06:31 2013 +0000

    FindLATEX: Find ps2pdf with MikTeX.

diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake
index e78d5bf..62eedd6 100644
--- a/Modules/FindLATEX.cmake
+++ b/Modules/FindLATEX.cmake
@@ -104,8 +104,9 @@ find_program(DVIPDF_CONVERTER
 
 if (WIN32)
   find_program(PS2PDF_CONVERTER
-    NAMES ps2pdf14.bat
+    NAMES ps2pdf14.bat ps2pdf
     PATHS ${GHOSTSCRIPT_LIBRARY_PATH}
+          ${MIKTEX_BINARY_PATH}
   )
 else ()
   find_program(PS2PDF_CONVERTER

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindLATEX.cmake |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to