|
From: <ai...@us...> - 2013-09-28 17:30:45
|
Revision: 12542
http://sourceforge.net/p/plplot/code/12542
Author: airwin
Date: 2013-09-28 17:30:43 +0000 (Sat, 28 Sep 2013)
Log Message:
-----------
Implement run-time explanatory message for the check_swig_documentation target.
Modified Paths:
--------------
trunk/bindings/swig-support/CMakeLists.txt
Modified: trunk/bindings/swig-support/CMakeLists.txt
===================================================================
--- trunk/bindings/swig-support/CMakeLists.txt 2013-09-28 17:25:21 UTC (rev 12541)
+++ trunk/bindings/swig-support/CMakeLists.txt 2013-09-28 17:30:43 UTC (rev 12542)
@@ -31,6 +31,7 @@
${CMAKE_SOURCE_DIR}/doc/docbook/src/plplotdoc.xml.in
${CMAKE_SOURCE_DIR}/doc/docbook/src/api.xml
${CMAKE_CURRENT_BINARY_DIR}/swig_documentation.i_compare
+ COMMAND ${CMAKE_COMMAND} -E echo "Check that swig_documentation.i is consistent with doc/docbook/src/api.xml"
COMMAND cmp
${CMAKE_CURRENT_SOURCE_DIR}/swig_documentation.i
${CMAKE_CURRENT_BINARY_DIR}/swig_documentation.i_compare
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|