aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-25 12:53:33 -0300
committerEuAndreh <eu@euandre.org>2021-06-25 12:53:33 -0300
commit4e5c1c1a5a5060486fdf0b640e8858d6f854d252 (patch)
tree8379a65f06157a5381f977ca078ef8deb1fd6875 /Makefile
parentRelease v0.2.1 (diff)
downloadgit-permalink-4e5c1c1a5a5060486fdf0b640e8858d6f854d252.tar.gz
git-permalink-4e5c1c1a5a5060486fdf0b640e8858d6f854d252.tar.xz
Makefile: Make "spellcheck" depend on "public"
Diffstat (limited to 'Makefile')
-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'