From 8926b063b618df93591f3e00801b2b88e56dd5d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 10 Aug 2021 17:45:34 +0300 Subject: [PATCH] re-add release.zip; add a notable fork --- Makefile | 11 +++++++++++ README.md | 9 ++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 96c967c..03a4726 100644 --- a/Makefile +++ b/Makefile @@ -411,3 +411,14 @@ endef $(eval $(call refresh_rivers_template,rivers-10.sql,GDB10LT,wm_rivers)) $(eval $(call refresh_rivers_template,rivers-50.sql,GDR50LT,wm_rivers_50)) $(eval $(call refresh_rivers_template,rivers-250.sql,GDR250LT,wm_rivers_250)) + +release.zip: mj-msc.tex mj-msc.bbl version.inc.tex vars.inc.tex \ + $(addsuffix .pdf,$(FIGURES)) $(addsuffix .pdf,$(RIVERS)) \ + $(shell git ls-files .) + -rm $@ + mkdir -p .tmp; touch .tmp/editorial-version + zip $@ $^ + zip $@ -j .tmp/editorial-version + +mj-msc.bbl: mj-msc.tex bib.bib + biber mj-msc diff --git a/README.md b/README.md index a9f2038..c00ea2a 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ the same authors, 1998. Status ------ -The repository is archived and no longer developed. If you have used this code -as a basis and created an improved version, ping me, I will link it from this -README. +The repository is no longer developed and archived. Notable forks: + +- [github.com/openmaplt/wm](https://github.com/openmaplt/wm). + +If you have used this code as a basis and created an improved version, ping me, +I will link it from this README. Structure ---------