summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-03-18 09:52:42 +0100
committerRadek Novacek <rnovacek@redhat.com>2013-03-18 09:52:42 +0100
commitb5e14dcdb73d3b70131b9a602efd209488922a4e (patch)
tree0a863922e2987f881d25efd02ca481614f218cb6 /tools/CMakeLists.txt
parente34b7108248ee50c3effbd76bdb030aec69a8adb (diff)
downloadopenlmi-providers-b5e14dcdb73d3b70131b9a602efd209488922a4e.tar.gz
openlmi-providers-b5e14dcdb73d3b70131b9a602efd209488922a4e.tar.xz
openlmi-providers-b5e14dcdb73d3b70131b9a602efd209488922a4e.zip
tools: don't use CIMOM for generating documentation
class2rst.py and class2uml.py was altered to use konkretmof for parsing MOFs instead of calling CIMOM. This two modules was also renamed to openlmi-doc-class2* and will be installed to $prefix/bin.
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
new file mode 100644
index 0000000..04d11b7
--- /dev/null
+++ b/tools/CMakeLists.txt
@@ -0,0 +1,3 @@
+
+install(PROGRAMS openlmi-doc-class2rst openlmi-doc-class2uml DESTINATION bin)
+