X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=78e41afc90beb2a92b8fe8381a01397ea9962163;hb=c05c3463a8d992c798443d7a6fe8c01de1b776fa;hp=55e5da07c40c7d13080cc03e6764b2a8ea2fde9c;hpb=2047c9ee954d34ab2f2c6e3e42b575fdff5fed77;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 55e5da0..78e41af 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ -VERSION=4.1 +VERSION=4.2.2 + EXAMPLE_SHELL=ns-unescape mz-unescape bkmk2db koi2win.db \ - bkmk-koi bkmk-win bkmk-chk bkmk-set bkmk-sort hotexplode.pl \ - check_title.py set-real_title.py set-title-list.py \ + bkmk-koi bkmk-win bkmk-chk bkmk-publish bkmk-sort hotexplode.pl \ + check_url.py check_title.py set-real_title.py set-title-list.py \ bkmk-add.py bkmk-add bkmk-rsync mz2ns mk-distr @@ -15,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)