Add some git targets
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 9 Apr 2010 03:30:50 +0000 (11:30 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 9 Apr 2010 03:31:00 +0000 (11:31 +0800)
Makefile.am

index d0b27680b43a424a93e6adaf4b1eb1fcf8737d58..bb588e31e0922dc6b96af09a84026f5c230fc8f5 100644 (file)
@@ -107,4 +107,7 @@ clean-rpm:
 clean-local: clean-rpm
 
 git-tag:
-       git tag @PACKAGE_VERSION@
+       git tag -s @PACKAGE_VERSION@
+
+git-clean-tree:
+       git clean -d -f -x