diff options
| author | EuAndreh <eu@euandre.org> | 2021-08-19 15:14:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-08-19 15:14:32 -0300 |
| commit | 4a77a68a555a55492701f37d63b9e332965e9067 (patch) | |
| tree | 120701fc9c76a9a250fe3daa6dd00687e9de1ab2 /Makefile | |
| parent | TODOs.md: Add #task-62a25249-fc96-2774-9df9-663216fc6a0c (diff) | |
| download | gistatic-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-- | Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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) \ |
