X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=c8624d5020bf5bc762343f77cdd7e1e9cab88c40;hb=54576c927fe40509d146212dce65c555148a22c5;hp=9ef507e08aff69b3770d2558a247c713e6bdd3e1;hpb=9303668065fd7bd2d2253096b720e19a4dfdcaa7;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 9ef507e..c8624d5 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-2013 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.4 +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 \ @@ -31,4 +31,4 @@ examples_distr: .PHONY: clean clean: - find . -name '*.py[co]' -print | xargs rm -f + find . -depth -type f -name '*.py[co]' -delete