X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=d3856eef3034b139e78c54025d0b7452adb11d3a;hb=e7bce272bb7b357a4d5879ee5f096901adbd8f99;hp=8e5e67a930e9ffd2b8306b76714a657d45310a72;hpb=3fae0ac1423484f6169f65ecf30dddd15ccd754a;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 8e5e67a..d3856ee 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.5 +VERSION=4.6.0 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 . -depth -type f -name '*.py[co]' -delete + find . -name '*.py[co]' -type f -delete