aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-07 22:00:35 -0300
committerEuAndreh <eu@euandre.org>2021-07-07 22:01:16 -0300
commitded158891da92c8e402b408e934a49e5b00b5490 (patch)
tree23b7a1de491834200dc2ec283d4a7fb1a5fe90e2 /Makefile
parentPut pofiles under po/, use one folder for each translated file. (diff)
downloadgit-permalink-ded158891da92c8e402b408e934a49e5b00b5490.tar.gz
git-permalink-ded158891da92c8e402b408e934a49e5b00b5490.tar.xz
aux/workflow/installcheck.sh: Add, call it from Makefile
Implements #task-0b034315-cbd2-6fd6-fd32-9e00a12b7594.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6658c9e..8807a48 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ dev-check: check public
sh aux/workflow/assert-changelog.sh -n $(NAME)
sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST)
sh aux/workflow/assert-manpages.sh -n $(NAME) -m $(MAILING_LIST)
+ $(MAKE) PREFIX=`mktemp -d` install installcheck uninstall uninstallcheck
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
@@ -46,6 +47,12 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/git-permalink
sh aux/workflow/manpages.sh -up $(DESTDIR)$(MANPREFIX) $(manpages)
+installcheck:
+ sh aux/workflow/installcheck.sh -x1 -l1 -f5 -p $(PREFIX)
+
+uninstallcheck:
+ sh aux/workflow/installcheck.sh -up $(PREFIX)
+
clean:
rm -rf public/ src/git-permalink $(manpages) README.*.md CHANGELOG.*.md