re-add release.zip; add a notable fork

main
Motiejus Jakštys 2021-08-10 17:45:34 +03:00 committed by Motiejus Jakštys
parent 0a9255ccbc
commit 8926b063b6
2 changed files with 17 additions and 3 deletions

View File

@ -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

View File

@ -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
---------