aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-19 15:14:30 -0300
committerEuAndreh <eu@euandre.org>2021-08-19 15:14:32 -0300
commit4a77a68a555a55492701f37d63b9e332965e9067 (patch)
tree120701fc9c76a9a250fe3daa6dd00687e9de1ab2 /Makefile
parentTODOs.md: Add #task-62a25249-fc96-2774-9df9-663216fc6a0c (diff)
downloadgistatic-4a77a68a555a55492701f37d63b9e332965e9067.tar.gz
gistatic-4a77a68a555a55492701f37d63b9e332965e9067.tar.xz
aux/workflow/installcheck.sh: Remove in favor of repocheck.sh
Adjust Makefile accordingly, alre removing "installcheck" and "uninstallcheck" targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index c875074..52336ed 100644
--- a/Makefile
+++ b/Makefile
@@ -72,14 +72,7 @@ dev-check: check public
sh aux/workflow/assert-readme.sh -n $(NAME) -m $(MAILING_LIST)
sh aux/workflow/assert-manpages.sh -n $(NAME) -m $(MAILING_LIST) \
-l '$(TRANSLATIONS) en' $(manpages.en.in)
- . aux/lib.sh && $(MAKE) PREFIX=`mkdtemp` \
- install installcheck uninstall uninstallcheck
-
-installcheck:
- sh aux/workflow/installcheck.sh -x1 -l1 -f5 -p $(PREFIX)
-
-uninstallcheck:
- sh aux/workflow/installcheck.sh -up $(PREFIX)
+ sh aux/workflow/repocheck.sh -x1 -l1 -f5
dist:
sh aux/workflow/dist.sh -d $(DATE) -V $(VERSION) \