blob: e7b3186e46ccd68d82bc2b8890a6f507685dcddc (
plain) (
blame)
1
2
3
4
5
6
7
|
reset stecf = UR_VDIR
task stecf.pkg = stecf$stecf.cl
if (access("stecf$lib")) {
reset helpdb= ( envget("helpdb") + ",stecf$lib/helpdb.mip" )
reset aproposdb= ( envget("aproposdb") + ",stecf$lib/apropos.db" )
}
|