Copy docs to py3k/ too.

This commit is contained in:
Valentin Lorentz 2013-01-06 13:39:56 +01:00
parent 6cf4901344
commit cca03ba06b

View File

@ -1,4 +1,5 @@
rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root. rm -f src/version.py # Prevent 2to3 from copying it, since py3k/src/version.py was probably written by root.
cp locale/ py3k/ -R cp locale/ py3k/ -R
cp docs/ py3k/ -R
cp plugins/ py3k/ -R # copy plugins data cp plugins/ py3k/ -R # copy plugins data
python 2to3/run.py src/ plugins/ test/ scripts/* setup.py -wWno py3k -f all -f def_iteritems -f def_itervalues -f def_iterkeys -f reload "$@" python 2to3/run.py src/ plugins/ test/ scripts/* setup.py -wWno py3k -f all -f def_iteritems -f def_itervalues -f def_iterkeys -f reload "$@"