From 19be6a657c695a4a9bcd77dbda25bcb2381a15f8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 Jul 2022 17:14:06 -0700 Subject: Makefile: new export-fatcat helper --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28108af..9990e58 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,10 @@ homepage-status: data/$(TODAY)/homepage_status.json ## Check homepage "live"/"a @echo @echo Done +.PHONY: export-fatcat +export-fatcat: ## Output compressed JSON for fatcat journal metadata importer + pipenv run python -m chocula export_fatcat | gzip > chocula_fatcat_export.$(TODAY).json.gz + .PHONY: fetch-sources fetch-sources: ## Download existing snapshot versions of all sources from archive.org mkdir -p data -- cgit v1.2.3