Changeset 2575


Ignore:
Timestamp:
2001-06-19T14:26:54+12:00 (23 years ago)
Author:
jrm21
Message:

we've dropped the ".bin" off the unix binary.

File:
1 edited

Legend:

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

    r2367 r2575  
    5454     "  -h            : print this usage information\n",
    5555     "  -p            : exchange .pdf links by .html\n",
    56 # these options now have no effect in gs-custom pdftohtml.bin
     56# these options now have no effect in gs-custom pdftohtml
    5757#     "  -c            : generate complex HTML document\n",
    5858#     "  -F            : don't use frames in HTML document\n",
     
    105105    }
    106106
    107     # Heuristical code removed due to pdftohtml.bin being "fixed" to not
     107    # Heuristical code removed due to pdftohtml being "fixed" to not
    108108    # create bitmaps for each char in some pdfs. However, this means we
    109109    # now create .html files even if we can't extract any text. We should
     
    112112
    113113    # formulate the command
    114     my $cmd = &util::filename_cat($ENV{'GSDLHOME'}, "bin", $ENV{'GSDLOS'}, "pdftohtml.bin");
     114    my $cmd = &util::filename_cat($ENV{'GSDLHOME'}, "bin", $ENV{'GSDLOS'}, "pdftohtml");
    115115
    116116    # don't include path on windows (to avoid having to play about
    117117    # with quoting when GSDLHOME might contain spaces) but assume
    118     # that the PATH is set up correctly - note also that on windows
    119     # we use pdftohtml.exe not pdftohtml.bin
     118    # that the PATH is set up correctly.
    120119    $cmd = "pdftohtml" if ($ENV{'GSDLOS'} =~ /^windows$/);
    121120
Note: See TracChangeset for help on using the changeset viewer.