aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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