list lines in doc source files with non-ASCII characters
This commit is contained in:
@ -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 ;\
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user