projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f8cf9
)
distclean zebra directory
author
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 6 Apr 2010 15:49:48 +0000
(15:49 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Tue, 6 Apr 2010 15:49:48 +0000
(15:49 +0000)
zebra/Makefile
patch
|
blob
|
history
diff --git
a/zebra/Makefile
b/zebra/Makefile
index
f5cc0fe
..
61b34e8
100644
(file)
--- a/
zebra/Makefile
+++ b/
zebra/Makefile
@@
-2,6
+2,7
@@
IRSPY_ARCHIVE= records-2010-04-06
IRSPY_ARCHIVE_EXT= .tar.gz
DUMP_DIR= irspy-dump
+ZEBRA_DIR= db
DATE:= $(shell date '+%Y-%m-%d')
@@
-32,7
+33,7
@@
clean:
rm -f terse.properties
distclean: clean
- rm -rf ${IRSPY_ARCHIVE}
+ rm -rf ${IRSPY_ARCHIVE} ${ZEBRA_DIR}
help:
@echo "make [ dump | test | newdb | clean | distclean ]"