diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-26 19:07:35 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-26 21:32:31 -0300 |
| commit | b599cb618937e1a08091b57d9359263eb101baeb (patch) | |
| tree | 209c227bc65b4340703b4af31d304cb499612782 /Makefile | |
| parent | aux/workflow/dist.sh: Use getopts for arguments (diff) | |
| download | git-permalink-b599cb618937e1a08091b57d9359263eb101baeb.tar.gz git-permalink-b599cb618937e1a08091b57d9359263eb101baeb.tar.xz | |
aux/workflow/public.sh: Use getopts for arguments
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ l10n-gen: sh aux/workflow/l10n.sh -l '$(TRANSLATIONS)' $(manpages.en.in) public: l10n-gen all README.md TODOs.md CHANGELOG.md - sh aux/workflow/public.sh $(NAME) $(NAME) $(MAILING_LIST) public + sh aux/workflow/public.sh -n $(NAME) -m $(MAILING_LIST) -o public sh aux/workflow/manpages.sh -Ho public $(manpages) spellcheck: public |
