X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fdinosauricon%2FMakefile;h=92400abef9f3871552ac6af775cd505162ae77d3;hb=a4abda703eec54c664657d7ad581a47cd2f198a2;hp=88b0b5321c514cd4074a5094d17e0954af58b12b;hpb=482db9e9920f972dc60b5a4767f651bc8f429f0d;p=idzebra-moved-to-github.git diff --git a/examples/dinosauricon/Makefile b/examples/dinosauricon/Makefile index 88b0b53..92400ab 100644 --- a/examples/dinosauricon/Makefile +++ b/examples/dinosauricon/Makefile @@ -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)