list lines in doc source files with non-ASCII characters

This commit is contained in:
Axel Kohlmeyer
2019-09-25 13:36:57 -04:00
parent 107369518e
commit a5db0463ec

View File

@ -69,6 +69,7 @@ html: $(OBJECTS) $(ANCHORCHECK)
sphinx-build $(SPHINXEXTRA) -b html -c utils/sphinx-config -d $(BUILDDIR)/doctrees $(RSTDIR) html ;\
echo "############################################" ;\
doc_anchor_check src/*.txt ;\
env LC_ALL=C grep -n '[^ -~]' src/*.txt ;\
echo "############################################" ;\
deactivate ;\
)