diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2012-10-23 22:05:31 -0600 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2012-10-23 22:05:31 -0600 |
commit | 0abd60101f2358537e39381973d51f86ada264d5 (patch) | |
tree | 85a124c915b1c5c88c58b6845a6b6b3eb3a6baf4 | |
parent | Add myself to AUTHORS. (diff) | |
download | gentoo-bashcomp-20121024.tar.gz gentoo-bashcomp-20121024.tar.bz2 gentoo-bashcomp-20121024.zip |
Create annotated tags.gentoo-bashcomp-20121024
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ install: tag: git pull - git tag $(distpkg) + git tag -a $(distpkg) -m "tag $(distpkg)" @echo - @echo "tag created remember to push it" + @echo "created tag $(distpkg) - remember to push it" @echo dist: tag |