X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=c8624d5020bf5bc762343f77cdd7e1e9cab88c40;hb=54576c927fe40509d146212dce65c555148a22c5;hp=e9a626136ff79816dfe955be7e9463d0a6876d2b;hpb=eb643d86637450fa2bb35c29f9e2767514831ac8;p=bookmarks_db.git diff --git a/Makefile b/Makefile index e9a6261..c8624d5 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,12 @@ # # This file is a part of Bookmarks database and Internet robot. # -# __version__ = "$Revision$"[11:-2] -# __revision__ = "$Id$"[5:-2] -# __date__ = "$Date$"[7:-2] # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.0 +VERSION=4.5.6 EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync \ bkmk-sort bkmk2db check_title.py check_url.py hotexplode.pl \ @@ -21,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 @@ -33,4 +31,4 @@ examples_distr: .PHONY: clean clean: - find . -name '*.py[co]' -print | xargs rm -f + find . -depth -type f -name '*.py[co]' -delete