]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / Makefile
index bf45d48f71af530be6533909283126dfe6f49a8f..4bcf87666a1d948bf469793b566c7bf0eeb11f35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,18 @@
-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-2024 PhiloSoft Design"
+# __license__ = "GNU GPL"
+#
 
-EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-koi bkmk-publish bkmk-rsync \
-   bkmk-sort bkmk-win bkmk2db check_title.py check_url.py hotexplode.pl \
-   koi2win.db mk-distr mz-unescape mz2ns ns-unescape \
-   set-real_title.py set-title-list.py
+VERSION=5.3.1
+
+EXAMPLE_SHELL=\
+   bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \
+   check_dups.py check_redirects.py check_title.py check_urls.py \
+   delete delete.py get_url.py hotexplode.pl mk-distr set-urls set-urls.py \
+   set-real_title.py set-title-list set-title-list.py sort_db.py
 
 .PHONY: all
 all:
@@ -11,8 +20,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
 
@@ -23,4 +33,4 @@ examples_distr:
 
 .PHONY: clean
 clean:
-       find . -name '*.py[co]' -print | xargs rm -f
+       find . -name '*.py[co]' -type f -delete