We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d81fe4 commit d362356Copy full SHA for d362356
1 file changed
Makefile.am
@@ -259,5 +259,5 @@ sum: FORCE
259
# on HP/UX. There may be a better fix.
260
261
tag:
262
- git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
263
- git push --tags
+ cd "$(srcdir)" && git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
+ cd "$(srcdir)" && git push --tags
0 commit comments