X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=78e41afc90beb2a92b8fe8381a01397ea9962163;hb=e437b7f33312b1c3dd93f6350b7a7c94a10a2b63;hp=fcbb0501b7c7e759de04c7b7cd16df960c606aef;hpb=36ade7b93a4a85c265f095844fb8ce5c5f6d79f3;p=bookmarks_db.git diff --git a/Makefile b/Makefile index fcbb050..78e41af 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=4.2.0 +VERSION=4.2.2 EXAMPLE_SHELL=ns-unescape mz-unescape bkmk2db koi2win.db \ bkmk-koi bkmk-win bkmk-chk bkmk-publish bkmk-sort hotexplode.pl \ @@ -16,12 +16,12 @@ distr: ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk fulldistr: clean examples_distr - cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION)-`date +'%Y%m%d'`.tar.gz + cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION).tar.gz .PHONY: examples_distr examples_distr: - tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION)-`date +'%Y%m%d'`.tar.gz + tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION).tar.gz rm $(EXAMPLE_SHELL)