aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-15 18:39:33 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-15 18:39:33 +0200
commitc8763acfb2504951f0173c2cd249263f8ebf13ae (patch)
tree90c8f4cdb6389e2ac1ead036f052cde0749f35f9 /Makefile
parent9b416db2393988ae5bf097f754e885848ee31636 (diff)
downloadfuzzycat-c8763acfb2504951f0173c2cd249263f8ebf13ae.tar.gz
fuzzycat-c8763acfb2504951f0173c2cd249263f8ebf13ae.zip
include original and normalized name in default shelve (1G)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f498609..d9cfa05 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,6 @@ data/container_export.json.gz: ## Download container export
data/name_to_issn.json: data/issn.ndj ## Create a name to ISSN mapping (needs an ISSN JSON dump)
fuzzycat-issn --make-mapping $^ > $@
+
+names.db: data/issn.ndj
+ fuzzycat-issn --make-shelve -c basic -o names $^