From 06059161c3f234f7ba19dafecd082fff01fe26a7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:42:38 -0300 Subject: aux/workflow/assert-spelling.sh: Get files as arguments instead of assuming they're under public/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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') -- cgit v1.2.3