]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Refactor update script
[bookmarks_db.git] / Makefile
index fb9061b9de77e95fb7bc51ccff93e8340240ca5e..5354e31b16dc2070b9534082e713dc3e5b9abd44 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
 # This file is a part of Bookmarks database and Internet robot.
 #
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2000-2013 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design"
 # __license__ = "GNU GPL"
 #
 
-VERSION=4.5.2
+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 \
@@ -20,6 +20,7 @@ all:
 distr:
        ./mk-distr
 
+.PHONY: fulldistr
 fulldistr: clean examples_distr
        cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2
 
@@ -30,4 +31,4 @@ examples_distr:
 
 .PHONY: clean
 clean:
-       find . -name '*.py[co]' -print | xargs rm -f
+       find . -depth -type f -name '*.py[co]' -delete