X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=433ec6fe0a9304cd5840b45c6ca84f054ab92e0e;hb=4ea75aed268e3d34863a0002a76329202ffe75ec;hp=bbf6e08fec03e56e299d780ec7d066b3ab5c325d;hpb=d26ecffc075d13583024e051389923e591647fa8;p=bookmarks_db.git diff --git a/Makefile b/Makefile index bbf6e08..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-2013 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.5 +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 . -name '*.py[co]' -print | xargs rm -f + find . -name '*.py[co]' -type f -delete