]> git.phdru.name Git - bookmarks_db.git/blobdiff - Makefile
Do not append timestamp.
[bookmarks_db.git] / Makefile
index 49d9a598dc2751a7b55cd78763eaf75166deaa31..78e41afc90beb2a92b8fe8381a01397ea9962163 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,12 +16,12 @@ distr:
        ./mk-distr file:///home/phd/work/SVN/bookmarks_db/trunk
 
 fulldistr: clean examples_distr
-       cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION)-`date +'%Y%m%d'`.tar.gz
+       cd .. && tar cf - bookmarks_db | gzip -9 > bookmarks_db-$(VERSION).tar.gz
 
 
 .PHONY: examples_distr
 examples_distr:
-       tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION)-`date +'%Y%m%d'`.tar.gz
+       tar cf - $(EXAMPLE_SHELL) | gzip -9 > ../bookmarks_sh-$(VERSION).tar.gz
        rm $(EXAMPLE_SHELL)