diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |