|
From: <ai...@us...> - 2009-09-02 18:18:40
|
Revision: 10366
http://plplot.svn.sourceforge.net/plplot/?rev=10366&view=rev
Author: airwin
Date: 2009-09-02 18:18:34 +0000 (Wed, 02 Sep 2009)
Log Message:
-----------
Improve onsgmls output.
Modified Paths:
--------------
trunk/cmake/modules/docbook.cmake
Modified: trunk/cmake/modules/docbook.cmake
===================================================================
--- trunk/cmake/modules/docbook.cmake 2009-09-02 16:54:52 UTC (rev 10365)
+++ trunk/cmake/modules/docbook.cmake 2009-09-02 18:18:34 UTC (rev 10366)
@@ -53,6 +53,12 @@
set(DOCBOOK_DTD_PUBID "-//OASIS//DTD DocBook XML V4.2//EN")
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}.")
+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 )
+
# Check for required programs and perl libraries.
if(BUILD_DOC)
# EC_PDFTEX needed to configure pdftex.map which is used in general for
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|