re-add release.zip; add a notable fork
This commit is contained in:
parent
0a9255ccbc
commit
8926b063b6
11
Makefile
11
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
|
||||
|
@ -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
|
||||
---------
|
||||
|
Loading…
Reference in New Issue
Block a user