add option for maximum number of nested template calls and variables/params
[irspy-moved-to-github.git] / zebra / Makefile
index 82dc733..be9f20e 100644 (file)
@@ -1,6 +1,8 @@
 
-IRSPY_ARCHIVE=         records-2007-05-01
+IRSPY_ARCHIVE=         records-2010-04-06
 IRSPY_ARCHIVE_EXT=     .tar.gz
+DUMP_DIR=              irspy-dump
+ZEBRA_DIR=             db
 
 DATE:= $(shell date '+%Y-%m-%d')
 
@@ -14,7 +16,8 @@ terse.properties: pqf.properties
        sed -n 's/#.*//; s/[    ]*//; s/[       ][      ]*/ /g; /./p' $? > $@
 
 newdb:
-       tar xzf ${IRSPY_ARCHIVE}
+       tar xzf ${DUMP_DIR}/${IRSPY_ARCHIVE}${IRSPY_ARCHIVE_EXT}
+       mkdir -p ${ZEBRA_DIR}/lock ${ZEBRA_DIR}/register ${ZEBRA_DIR}/shadow ${ZEBRA_DIR}/tmp
        zebraidx-2.0 init
        zebraidx-2.0 update zeerex.xml
        zebraidx-2.0 update ${IRSPY_ARCHIVE}
@@ -31,8 +34,8 @@ clean:
        rm -f terse.properties
 
 distclean: clean
-       rm -rf ${IRSPY_ARCHIVE}
+       rm -rf ${IRSPY_ARCHIVE} ${ZEBRA_DIR}
 
 help:
-       @echo "make [ test | newdb | clean | distclean ]"
+       @echo "make [ dump | test | newdb | clean | distclean ]"