|
From: <ai...@us...> - 2009-09-22 01:29:54
|
Revision: 10453
http://plplot.svn.sourceforge.net/plplot/?rev=10453&view=rev
Author: airwin
Date: 2009-09-22 01:29:46 +0000 (Tue, 22 Sep 2009)
Log Message:
-----------
Replace "errors" with "issues" in normal output so that those using
search tools like grep to find errors in the cmake output will
not get fooled by this message.
Modified Paths:
--------------
trunk/cmake/modules/docbook.cmake
Modified: trunk/cmake/modules/docbook.cmake
===================================================================
--- trunk/cmake/modules/docbook.cmake 2009-09-22 00:40:50 UTC (rev 10452)
+++ trunk/cmake/modules/docbook.cmake 2009-09-22 01:29:46 UTC (rev 10453)
@@ -54,7 +54,7 @@
find_program(ONSGMLS onsgmls)
if(ONSGMLS )
- message(STATUS "validate target will be available to check for syntax errors in the PLplot DocBook documentation using ${ONSGMLS}.")
+ message(STATUS "validate target will be available to check for syntax issues in the PLplot DocBook documentation using ${ONSGMLS}.")
else(ONSGMLS )
message(STATUS "WARNING: validate target will not be available to check for syntax errors in the PLplot DocBook documentation because onsgmls was not found.")
endif(ONSGMLS )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|