diff options
| author | EuAndreh <eu@euandre.org> | 2021-06-23 08:07:14 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-06-23 08:07:14 -0300 |
| commit | 57335b3e7c4c9e91c5747778180d611e5f15d144 (patch) | |
| tree | 4b3892bb4d46a4f3bdde2a31eb1980f795db9378 /Makefile | |
| parent | aux/workflow/assert-readme.sh: No need to create the public/ directory (diff) | |
| download | git-permalink-57335b3e7c4c9e91c5747778180d611e5f15d144.tar.gz git-permalink-57335b3e7c4c9e91c5747778180d611e5f15d144.tar.xz | |
aux/: Explicitly pass "public/" as a parameter to scripts
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,5 +46,5 @@ dist: sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) $(NAME) $(MAILING_LIST) public: README.md TODOs.md CHANGELOG.md - sh aux/workflow/public.sh $(NAME) $(NAME) $(MAILING_LIST) + sh aux/workflow/public.sh $(NAME) $(NAME) $(MAILING_LIST) public sh aux/workflow/manpages.sh '$(TRANSLATIONS)' --html '' -- $(do_subst) |
