Add Zthes example
[idzebra-moved-to-github.git] / examples / zthes / Makefile
diff --git a/examples/zthes/Makefile b/examples/zthes/Makefile
new file mode 100644 (file)
index 0000000..51e59ca
--- /dev/null
@@ -0,0 +1,10 @@
+recdA-0.mf: records/dino.xml
+       zebraidx init
+       zebraidx update records
+
+records/dino.xml: tree2xml.pl dino.tree
+       ./tree2xml.pl dino.tree > records/dino.xml
+
+clean:
+       rm -f records/dino.xml *.mf *..LCK zebrasrv.pid
+