Files
MINGW-packages/mingw-w64-python-sphinx/sphinx2-i686.install
J. Peter Mugaas 50c6f4abc0 mingw-w64-python-sphinx - 1.7.0 - Update to latest version and fix so that it can work on the command line. (#3394)
mingw-w64-python-docutils -  0.0.14 - Fix so that it can run from the bash prompt even with the "MSYS" command item.  This is similar to what is done with python-pip.
2018-02-16 08:34:58 +03:00

15 lines
279 B
Plaintext

post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
local _it
for _it in sphinx-apidoc2 sphinx-autogen2 sphinx-build2 sphinx-quickstart2; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}-script.py
done
}
post_upgrade() {
post_install
}