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