aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-26 18:42:38 -0300
committerEuAndreh <eu@euandre.org>2021-06-26 18:42:38 -0300
commit06059161c3f234f7ba19dafecd082fff01fe26a7 (patch)
tree6507b712978190811bef98c7d3275e269b560abf /Makefile
parentaux/workflow/l10n.sh: Mark WARNING message with yellow color (diff)
downloadgit-permalink-06059161c3f234f7ba19dafecd082fff01fe26a7.tar.gz
git-permalink-06059161c3f234f7ba19dafecd082fff01fe26a7.tar.xz
aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming they're under public/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec1c323..125c09e 100644
--- a/Makefile
+++ b/Makefile
@@ -60,4 +60,4 @@ public: l10n-gen all README.md TODOs.md CHANGELOG.md
sh aux/workflow/manpages.sh -Ho public $(manpages)
spellcheck: public
- sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en'
+ sh aux/workflow/assert-spelling.sh -l '$(TRANSLATIONS) en' $$(find public -type f -name '*.html')