Add whitespace for idzebra XML elements (to make it look prettier)
[idzebra-moved-to-github.git] / examples / dinosauricon / Makefile
index 88b0b53..92400ab 100644 (file)
@@ -1,7 +1,8 @@
-DBFILES = *.mf *.LCK zebrasrv.pid zebraidx.time
+SOURCEFILES = records/genera.xml records/taxa.xml
+OBJECECTFILES = *.mf *.LCK zebrasrv.pid zebraidx.time
 
-isamcA-0.mf: records/genera.xml
-       zebraidx -t grs.sgml update records
+isamcA-0.mf: $(SOURCEFILES)
+       ../../index/zebraidx -t grs.sgml update records
 
 clean:
-       rm -f $(DBFILES)
+       rm -f $(OBJECECTFILES)