]> git.phdru.name Git - bookmarks_db.git/blob - Makefile
Removed excessive empty lines.
[bookmarks_db.git] / Makefile
1 VERSION=4.3.0
2
3 EXAMPLE_SHELL=bkmk-add bkmk-add.py bkmk-chk bkmk-koi bkmk-publish bkmk-rsync \
4    bkmk-sort bkmk-win bkmk2db check_title.py check_url.py hotexplode.pl \
5    koi2win.db mk-distr mz-unescape mz2ns ns-unescape \
6    set-real_title.py set-title-list.py
7
8 .PHONY: all
9 all:
10         @echo "Nothing to be done for \`all'"
11
12 .PHONY: distr
13 distr:
14         ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk
15
16 fulldistr: clean examples_distr
17         cd .. && tar cf - bookmarks_db | bzip2 -9 > bookmarks_db-$(VERSION).tar.bz2
18
19 .PHONY: examples_distr
20 examples_distr:
21         tar cf - $(EXAMPLE_SHELL) | bzip2 -9 > ../bookmarks_sh-$(VERSION).tar.bz2
22         rm $(EXAMPLE_SHELL)
23
24 .PHONY: clean
25 clean:
26         find . -name '*.py[co]' -print | xargs rm -f