fix various encoding corruption

This commit is contained in:
Mike Frysinger
2015-10-09 23:19:50 -04:00
parent 14795bd969
commit c151161885
67 changed files with 105 additions and 105 deletions

View File

@@ -89,7 +89,7 @@ python_install_all() {
bashcomp_alias ${PN}-admin django-admin.py
if use doc; then
rm -fr docs/_build/html/_sources || die
rm -fr docs/_build/html/_sources || die
local HTML_DOCS=( docs/_build/html/. )
fi