]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Minor refactoring
[bookmarks_db.git] / Makefile
index 373e6b1eb8a28390b4a8df87478067aab548315c..c8624d5020bf5bc762343f77cdd7e1e9cab88c40 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,16 @@
-VERSION=4.3.1
+#
+# This file is a part of Bookmarks database and Internet robot.
+#
+# __author__ = "Oleg Broytman <phd@phdru.name>"
+# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design"
+# __license__ = "GNU GPL"
+#
+
+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 \
-   mk-distr set-real_title.py set-title-list.py
+   mk-distr set-real_title.py set-title-list set-title-list.py
 
 .PHONY: all
 all:
@@ -10,8 +18,9 @@ all:
 
 .PHONY: distr
 distr:
-       ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk
+       ./mk-distr
 
+.PHONY: fulldistr
 fulldistr: clean examples_distr
        cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2
 
@@ -22,4 +31,4 @@ examples_distr:
 
 .PHONY: clean
 clean:
-       find . -name '*.py[co]' -print | xargs rm -f
+       find . -depth -type f -name '*.py[co]' -delete