From 4e5c1c1a5a5060486fdf0b640e8858d6f854d252 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 25 Jun 2021 12:53:33 -0300 Subject: Makefile: Make "spellcheck" depend on "public" --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 917e18a..6d90850 100644 --- a/Makefile +++ b/Makefile @@ -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' -- cgit v1.2.3