Skip to content

Commit

Permalink
Fix tagall target for real.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Jun 3, 2021
1 parent ba713cb commit fcd5d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ dist: ${DISTFILES}
rm -rf $$LESSREL

tagall:
echo "tagging less-${REL}"; \
$(GIT) tag -a -f -m "less-${REL}" "less-${REL}"
echo "tagging v${REL}"; \
$(GIT) tag -a -f -m "v${REL}" "v${REL}"

gnu_upload:
@if [ -z "${REL}" ]; then echo "Please set REL=nnn"; exit 1; fi; \
Expand Down

0 comments on commit fcd5d8f

Please sign in to comment.