2 # This file is a part of Bookmarks database and Internet robot.
4 # __author__ = "Oleg Broytman <phd@phdru.name>"
5 # __copyright__ = "Copyright (C) 2000-2024 PhiloSoft Design"
6 # __license__ = "GNU GPL"
12 bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \
13 check_dups.py check_redirects.py check_title.py check_url.py \
14 delete delete.py hotexplode.pl mk-distr set-URLs set-URLs.py \
15 set-real_title.py set-title-list set-title-list.py sort_db.py
19 @echo "Nothing to be done for \`all'"
26 fulldistr: clean examples_distr
27 cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2
29 .PHONY: examples_distr
31 tar cf - $(EXAMPLE_SHELL) | bzip2 -9 > ../bookmarks_sh-$(VERSION).tar.bz2
36 find . -name '*.py[co]' -type f -delete