Changeset 2988


Ignore:
Timestamp:
2002-02-21T15:37:42+13:00 (22 years ago)
Author:
jrm21
Message:

xlhtml stuff moved from ppthtml directory (which has been removed) and into
a new xlhtml directory, as we now also build the xls->html converter.

Location:
trunk/gsdl/packages
Files:
3 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile.in

    r2985 r2988  
    5050PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_22 \
    5151        wget/wget-1.5.3 cpan/XML-Parser-2.27 $(YAZ) $(CORBA) \
    52         ppthtml/xlhtml-0.4.9.0
     52        xlhtml/xlhtml-0.4.9.0
    5353
    5454all:
  • trunk/gsdl/packages/configure

    r2987 r2988  
    178178echo "Configuring wget"
    179179echo ""
    180 cd $PACKAGES/wget
     180"cd $PACKAGES/wget"
    181181gzip -dc wget.tar.gz | tar -xf -
    182 cd $PACKAGES/wget/wget-1.5.3
     182cd "$PACKAGES/wget/wget-1.5.3"
    183183./configure $CACHE_FILE --prefix=$PACKAGES/wget --bindir="$bindir" $HOSTTARGETFLAGS
    184184
     
    187187echo "Configuring XML::Parser"
    188188echo ""
    189 cd $PACKAGES/cpan
     189cd "$PACKAGES/cpan"
    190190gzip -dc XML-Parser-2.27.tar.gz | tar -xf -
    191 cd $PACKAGES/cpan/XML-Parser-2.27
     191cd "$PACKAGES/cpan/XML-Parser-2.27"
    192192perl Makefile.PL "$GSDLHOME"
    193193
     
    195195# configure powerpoint converter
    196196echo ""
    197 echo "Configuring xlhtml powerpoint converter"
    198 echo ""
    199 cd $PACKAGES/ppthtml
     197echo "Configuring xlhtml (powerpoint & excel converter)"
     198echo ""
     199cd "$PACKAGES/xlhtml"
    200200gzip -dc xlhtml-0.4.9.0-gs.tar.gz | tar -xf -
    201201cd xlhtml-0.4.9.0
    202202./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS
    203203
    204 
    205 
Note: See TracChangeset for help on using the changeset viewer.