Overview
Comment: | New path structure to account for three way split in mtt tree |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4c10000b36614b5bee74c6ac69f37deb |
User & Date: | gawthrop@users.sourceforge.net on 2000-10-03 12:12:14 |
Other Links: | branch diff | manifest | tags |
Context
2000-10-03
| ||
12:13:51 | Corrected MTT_LIB paths check-in: aa44f38740 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:12:14 | New path structure to account for three way split in mtt tree check-in: 4c10000b36 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
12:07:29 | Tidied up for use within mtt_backups check-in: 51b4b9eb7e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [0a089482c5] to [45651bbe48].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.12 2000/09/18 12:17:07 peterg ## Now includes to control system toolbox in OCTAVE_PATH ## Don't use -path stuff - use :: instead. ## ## Revision 1.11 2000/05/21 17:55:15 peterg ## New rep path ## ## Revision 1.10 2000/05/16 11:41:23 peterg ## *** empty log message *** ## ## Revision 1.9 1999/03/11 04:02:19 peterg |
︙ | |||
46 47 48 49 50 51 52 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | + - + + + + - - - - + + + + - - + - - - - - - + + + - - - | # Put under RCS at last # Added CC variable # ############################################################### #Edit the following line to show the location of mtt # This is now the directory BELOW mtt, mtt-lib and mtt-doc |
︙ |