Ignore:
Timestamp:
Jul 10, 2000, 7:42:16 PM (25 years ago)
Author:
bird
Message:

Corrected path after documentation were moved from root to doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32pack.cmd

    r3685 r3814  
    1 /* $Id: odin32pack.cmd,v 1.4 2000-06-11 14:10:03 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.5 2000-07-10 17:42:16 bird Exp $
    22 *
    33 * Make the two zip files.
     
    4444    'del /Q /Y /Z /X .\glide\Voodoo2\CVS > nul 2>&1'
    4545    call copy '..\odin.ini'
    46     call copy '..\..\odin.ini.txt', '.\odin_ini.txt'
     46    call copy '..\..\doc\odin.ini.txt'
    4747    call copy '..\Glide\readme.txt', 'Glide\readme.txt'
    4848    call copy '..\Glide\Voodoo1\readme.txt', 'Glide\Voodoo1\readme.txt'
     
    5959    /* Copy root files into the pack directory. */
    6060    call copy '..\..\license.txt';
    61     call copy '..\..\readme.txt';
    62     call copy '..\..\logging.txt';
    6361    call copy '..\..\ChangeLog';
     62    call copy '..\..\doc\readme.txt';
     63    call copy '..\..\doc\logging.txt';
    6464
    6565    /*
Note: See TracChangeset for help on using the changeset viewer.