Ignore:
Timestamp:
2001-06-19T15:17:02+12:00 (23 years ago)
Author:
jrm21
Message:

Now build rtftohtml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r2482 r2582  
    125125gzip -dc wv-0.6.3-gs.tar.gz | tar -xf -
    126126cd wv-gs
    127 ./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --datadir="$prefix/etc"
     127# datadir is for default location of wvHtml.xml config file
     128./configure $CACHE_FILE --prefix=$PACKAGES/wv --bindir="$bindir" --datadir="$prefix/etc/packages"
    128129
    129130# configure the pdftohtml converter
     
    138139rm -f xpdf/config.h
    139140./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir"
     141
     142# rtftohtml converter
     143echo ""
     144echo "Configuring rtftohtml"
     145echo ""
     146
     147cd "$PACKAGES/rtftohtml"
     148gzip -dc rtftohtml-gs.tar.gz | tar -xf -
     149#cd rtftohtml_src
     150#./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir"
    140151
    141152
Note: See TracChangeset for help on using the changeset viewer.