aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $^