X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=433ec6fe0a9304cd5840b45c6ca84f054ab92e0e;hb=f84406ac3fd5b69919ff801e1db82a56a7186a10;hp=c8624d5020bf5bc762343f77cdd7e1e9cab88c40;hpb=83c99adb34d2aaf6813fa84e4feca97c32e39996;p=bookmarks_db.git diff --git a/Makefile b/Makefile index c8624d5..433ec6f 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-2014 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.6 +VERSION=5.0.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