]> git.phdru.name Git - bookmarks_db.git/commitdiff
Do not append timestamp.
authorOleg Broytman <phd@phdru.name>
Sat, 1 Jan 2011 13:18:17 +0000 (13:18 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 1 Jan 2011 13:18:17 +0000 (13:18 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@296 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

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)