Skip to content

Commit d362356

Browse files
committed
tag: add support for out-of-directory build
1 parent 0d81fe4 commit d362356

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,5 @@ sum: FORCE
259259
# on HP/UX. There may be a better fix.
260260

261261
tag:
262-
git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
263-
git push --tags
262+
cd "$(srcdir)" && git tag -a -m "$(VERSION) has been released!!!" $(VERSION)
263+
cd "$(srcdir)" && git push --tags

0 commit comments

Comments
 (0)