| This file renames the sources file to RISC OS style,
| creates the 'o' directories and puts the Makefile in
| its correct place.

| Set the correct type of 'srcrename' so that the only requirement 
| for the user is to set 'RunMe1st' to Obey
SetType <Obey$Dir>.srcrename FF8

| Set the correct type of MakeStubs
SetType <Obey$Dir>.MakeStubs FC3

| Set the correct type of ReadMe
SetType <Obey$Dir>.ReadMe FFF

| Run 'srcrename' on the main hsc directory with recursion enabled
/<Obey$Dir>.srcrename -ro -e c:h:s:o <Obey$Dir>.^

| Put the Makefile in its correct place and set the correct filetype
SetType <Obey$Dir>.Makefile FE1
Copy <Obey$Dir>.Makefile <Obey$Dir>.^.Makefile ~C ~V F
