diff options
author | EuAndreh <eu@euandre.org> | 2021-06-25 12:53:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-25 12:53:33 -0300 |
commit | 4e5c1c1a5a5060486fdf0b640e8858d6f854d252 (patch) | |
tree | 8379a65f06157a5381f977ca078ef8deb1fd6875 /Makefile | |
parent | Release v0.2.1 (diff) | |
download | git-permalink-4e5c1c1a5a5060486fdf0b640e8858d6f854d252.tar.gz git-permalink-4e5c1c1a5a5060486fdf0b640e8858d6f854d252.tar.xz |
Makefile: Make "spellcheck" depend on "public"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,12 +53,12 @@ clean: dist: sh aux/workflow/dist.sh $(DATE) $(VERSION) $(NAME) $(NAME) $(MAILING_LIST) -spellcheck: - sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en' - 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/manpages.sh -Ho public $(manpages) + +spellcheck: public + sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en' |