Don't prompt for the doc (HTML) directory anymore (just assume ..\html).

This commit is contained in:
Tim Peters 2001-07-29 19:57:07 +00:00
parent 4670b3a2ee
commit d8c7da4bf0
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ item: Global
Variable Name3=_DOC_ Variable Name3=_DOC_
Variable Description3=The unpacked HTML doc directory. Variable Description3=The unpacked HTML doc directory.
Variable Default3=..\html Variable Default3=..\html
Variable Flags3=00000001 Variable Flags3=00001001
Variable Name4=_SYS_ Variable Name4=_SYS_
Variable Description4=System directory (where to find MSVCRT.DLL) Variable Description4=System directory (where to find MSVCRT.DLL)
Variable Default4=C:\Windows\System Variable Default4=C:\Windows\System
@ -94,6 +94,7 @@ end
item: Set Variable item: Set Variable
Variable=GROUP Variable=GROUP
Value=Python %PY_VERSION% Value=Python %PY_VERSION%
Flags=10000000
end end
item: Remark item: Remark
Text=MAINDIR is the app directory; user can override. Text=MAINDIR is the app directory; user can override.