Changeset 2985


Ignore:
Timestamp:
2002-02-20T17:33:45+13:00 (22 years ago)
Author:
jrm21
Message:

Added references to the xlhtml (Powerpoint -> HTML) package.

Location:
trunk/gsdl/packages
Files:
2 edited

Legend:

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

    r2895 r2985  
    4949
    5050PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_22 \
    51         wget/wget-1.5.3 cpan/XML-Parser-2.27 $(YAZ) $(CORBA)
     51        wget/wget-1.5.3 cpan/XML-Parser-2.27 $(YAZ) $(CORBA) \
     52        ppthtml/xlhtml-0.4.9.0
    5253
    5354all:
  • trunk/gsdl/packages/configure

    r2952 r2985  
    186186
    187187
     188# configure powerpoint converter
     189echo ""
     190echo "Configuring xlhtml powerpoint converter"
     191echo ""
     192cd $PACKAGES/ppthtml
     193gzip -dc xlhtml-0.4.9.0-gs.tar.gz | tar -xf -
     194cd xlhtml-0.4.9.0
     195./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS
    188196
    189197
     198
Note: See TracChangeset for help on using the changeset viewer.