summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/photobook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/photobook/Makefile')
-rw-r--r--macros/latex/contrib/photobook/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/macros/latex/contrib/photobook/Makefile b/macros/latex/contrib/photobook/Makefile
index ef68ad54bf..39b57fa353 100644
--- a/macros/latex/contrib/photobook/Makefile
+++ b/macros/latex/contrib/photobook/Makefile
@@ -93,11 +93,8 @@ MD_FORMAT ?= markdown_github
# debug output...
#
# $DEBUG can either be empty or anything else...
-DEBUG ?=
ifeq ($(DEBUG),)
STDERR := > /dev/null
-else
- STDERR :=
endif
@@ -298,7 +295,8 @@ tag:
@echo "Last 5 tags:"
@git tag -l 'v[0-9]*'\
| tail -n 5 \
- | sed 's/^/ /'
+ | sed 's/^/ /' \
+ | tac
@echo "Note that this must be done after a commit."
@read -p "(press any key to continue or ctrl-c to cancel)"
git tag "v$(VERSION)"