aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
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) \