aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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'