X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=bbf6e08fec03e56e299d780ec7d066b3ab5c325d;hb=d26ecffc075d13583024e051389923e591647fa8;hp=6049611b2044e2ad7f6d299b6f7e4292a6b955c0;hpb=71712390f4edb041609ff7bc9272d12a5c1a9b1d;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 6049611..bbf6e08 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,11 @@ # This file is a part of Bookmarks database and Internet robot. # # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2013 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.1 +VERSION=4.5.5 EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync \ bkmk-sort bkmk2db check_title.py check_url.py hotexplode.pl \ @@ -18,8 +18,9 @@ all: .PHONY: distr distr: - ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk + ./mk-distr +.PHONY: fulldistr fulldistr: clean examples_distr cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2