From e9aff79d8cfe32b74d11162dda58b9ca062e1161 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Aug 2021 07:51:55 -0300 Subject: aux/workflow/repocheck.sh: Add, supersedes aux/workflow/installcheck.sh Implements - #task-079946ed-7e58-3051-78d6-71ba12342aba - #task-4a7e02bd-ab82-c628-fa1c-02749c178936 - #task-db34da8d-bf61-43ae-b8f0-f2299834a937 - #task-a0644009-70d7-56ff-c595-ea39fe24dc2b --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f080c94..8fb77cc 100644 --- a/Makefile +++ b/Makefile @@ -55,15 +55,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) -n $(NAME) \ -- cgit v1.2.3