Added win_add2path.py to Tools/scripts/

Added builddoc.bat to Doc/
This commit is contained in:
Christian Heimes 2008-01-18 11:58:50 +00:00
parent b222bbc321
commit bd865db90c
3 changed files with 113 additions and 0 deletions

View file

@ -1196,6 +1196,10 @@ Tests
Tools
-----
- Tools/scripts/win_add2path.py was added. The simple script modifes the
PATH environment var of the HKCU tree and adds the python bin and script
directory.
- Tools/18n/pygettext.py was added to the list of scripts installed by
Tools/scripts/setup.py (tracker item 642309).