Changeset 2441


Ignore:
Timestamp:
2001-05-17T16:15:58+12:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/create_distributions.pl

    r2440 r2441  
    243243    &util::cp (&util::filename_cat($docdir, "COPYING"), $install_dir);
    244244    &util::cp (&util::filename_cat($docdir, "Support.htm"), $install_dir);
    245     # don't want manual for web distributions
     245    # don't want manuals for web distributions
    246246    if ($isweb) {
    247     my $manfile = &util::filename_cat ($install_dir, "docs", "Manual.pdf");
     247    my $manfile = &util::filename_cat ($install_dir, "docs", "User.pdf");
     248    &util::rm ($manfile) if -e $manfile;
     249    $manfile = &util::filename_cat ($install_dir, "docs", "Install.pdf");
     250    &util::rm ($manfile) if -e $manfile;
     251    $manfile = &util::filename_cat ($install_dir, "docs", "Developer.pdf");
    248252    &util::rm ($manfile) if -e $manfile;
    249253    }
Note: See TracChangeset for help on using the changeset viewer.