X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=d3856eef3034b139e78c54025d0b7452adb11d3a;hb=a7daaf8f136d162109a5541a98f44991855628cc;hp=286d30ed5e9f5ed88caa342b02026c78c8b16496;hpb=3c9507aec371fb56916d3a91e3c41efc29d40900;p=bookmarks_db.git diff --git a/Makefile b/Makefile index 286d30e..d3856ee 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,12 @@ # # This file is a part of Bookmarks database and Internet robot. # -# __version__ = "$Revision$"[11:-2] -# __revision__ = "$Id$"[5:-2] -# __date__ = "$Date$"[7:-2] # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design" # __license__ = "GNU GPL" # -VERSION=4.5.1 +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 \ @@ -21,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 @@ -33,4 +31,4 @@ examples_distr: .PHONY: clean clean: - find . -name '*.py[co]' -print | xargs rm -f + find . -name '*.py[co]' -type f -delete