# HG changeset patch # User Oleksandr Gavenko # Date 1581288062 -7200 # Node ID f92cd37ad60091ace25647015fb65870ceca7902 # Parent 47b2d3eb5af25936881639d86b86fb236e220a58 Excluded SRS TAB files from release. diff -r 47b2d3eb5af2 -r f92cd37ad600 Makefile --- a/Makefile Mon Feb 10 00:38:36 2020 +0200 +++ b/Makefile Mon Feb 10 00:41:02 2020 +0200 @@ -401,7 +401,7 @@ DISTREL_SRS_TAB_FILES := $(patsubst %,dist/$(fullpkgname)/srs/%,$(notdir $(SRS_TAB_FILES))) DISTREL_SRS_ANKI_FILES := $(patsubst %,dist/$(fullpkgname)/anki/%,$(notdir $(SRS_ANKI_FILES))) -dist/$(fullpkgname).tar.gz: $(DISTREL_DICTDZ_FILES) $(DISTREL_INDEX_FILES) $(DISTREL_SRS_TAB_FILES) $(DISTREL_SRS_ANKI_FILES) $(DISTREL_RST_FILES) $(DISTREL_WWW_HTML_FILES) $(BUILD_SCRIPTS) +dist/$(fullpkgname).tar.gz: $(DISTREL_DICTDZ_FILES) $(DISTREL_INDEX_FILES) $(DISTREL_SRS_ANKI_FILES) $(DISTREL_RST_FILES) $(DISTREL_WWW_HTML_FILES) $(BUILD_SCRIPTS) rm -rf $@ tar zcf $@ -C dist/ $(fullpkgname) diff -r 47b2d3eb5af2 -r f92cd37ad600 www/CHANGES.rst --- a/www/CHANGES.rst Mon Feb 10 00:38:36 2020 +0200 +++ b/www/CHANGES.rst Mon Feb 10 00:41:02 2020 +0200 @@ -34,6 +34,7 @@ * Added generation of Anki cards with mini-dialogs & collocations. * Added 330 new articles. * Added lots of baby animals and male/female nouns. +* Excluded SRS TAB files from release. v0.16, 2019-04-07 =================