summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-10-17 09:29:44 +0200
committerJan Safranek <jsafrane@redhat.com>2013-10-17 09:29:44 +0200
commitd600c0bb93c7ef7ee2751f540fa2f5fa3749cd2f (patch)
tree84bfd08073cbecbb052d7688556b161ab2b1920d /tools
parent6b6be69727aab5298886c79517116dd84f4fc475 (diff)
downloadopenlmi-providers-d600c0bb93c7ef7ee2751f540fa2f5fa3749cd2f.tar.gz
openlmi-providers-d600c0bb93c7ef7ee2751f540fa2f5fa3749cd2f.tar.xz
openlmi-providers-d600c0bb93c7ef7ee2751f540fa2f5fa3749cd2f.zip
Fixed path to openlmi-doc-class2rst tool.
The one from openlmi-providers from given tag is used.
Diffstat (limited to 'tools')
-rw-r--r--tools/gendoc/doc/mof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendoc/doc/mof/Makefile b/tools/gendoc/doc/mof/Makefile
index 698c994..d903e06 100644
--- a/tools/gendoc/doc/mof/Makefile
+++ b/tools/gendoc/doc/mof/Makefile
@@ -26,7 +26,7 @@ clean:
rm -f *.rst
index.rst: $(MOFS)
- ../../../openlmi-doc-class2rst -H header.txt \
+ ../clones/openlmi-providers/tools/openlmi-doc-class2rst -H header.txt \
-M `echo $(MOFS) | sed 's/ / -M /g'` \
-S /usr/share/mof/cim-current/CIM_Schema.mof \
`cat $(MOFS) | grep "^class" | cut -d ' ' -f 2 | sed 's/://'`