aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 19:03:51 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 21:32:31 -0300
commitbd919c08110bec0e42a4b02ba0f01814675f2fb9 (patch)
tree4e343a5c2e162f93165db9d6c7470c91a53093e2 /Makefile
parentaux/workflow/assert-manpages.sh: Use getopts for arguments (diff)
downloadgit-permalink-bd919c08110bec0e42a4b02ba0f01814675f2fb9.tar.gz
git-permalink-bd919c08110bec0e42a4b02ba0f01814675f2fb9.tar.xz
aux/workflow/dist.sh: Use getopts for arguments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad2c49e..63663e5 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ clean:
rm -rf public/ src/git-permalink $(manpages)
dist:
- sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) $(NAME) $(MAILING_LIST)
+ sh aux/workflow/dist.sh -d $(DATE) -V $(VERSION) -n $(NAME) -m $(MAILING_LIST)
l10n-gen:
sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' $(manpages.en.in)