X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra%2FMakefile;h=09602b3cfeb233ec1c5e7cf8b99d767067ee8c6f;hb=9b37f461bfc578baad03482677015b3524f71404;hp=9a0642511b3d66fc01473ff53dad717b9e0972e2;hpb=ee12f33123dd49151e18723ac6ca4fd158171e0b;p=irspy-moved-to-github.git diff --git a/zebra/Makefile b/zebra/Makefile index 9a06425..09602b3 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -1,5 +1,6 @@ -IRSPY_ARCHIVE= records-2007-05-01.tar.gz +IRSPY_ARCHIVE= records-2007-05-01 +IRSPY_ARCHIVE_EXT= .tar.gz all: help @@ -14,12 +15,15 @@ newdb: tar xzf ${IRSPY_ARCHIVE} zebraidx-2.0 init zebraidx-2.0 update zeerex.xml - zebraidx-2.0 update `basename ${IRSPY_ARCHIVE} .tar.gz` + zebraidx-2.0 update ${IRSPY_ARCHIVE} zebraidx-2.0 commit clean: rm -f terse.properties +distclean: clean + rm -rf ${IRSPY_ARCHIVE} + help: - @echo "make [ test | newdb | clean ]" + @echo "make [ test | newdb | clean | distclean ]"