Changeset 2582


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

Now build rtftohtml

Location:
trunk/gsdl/packages
Files:
2 edited

Legend:

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

    r2347 r2582  
    4848endif
    4949
    50 PACKAGEDIRS = wv/wv-gs  pdftohtml/pdftohtml_0_22  wget/wget-1.5.3  $(YAZ) $(CORBA)
     50PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_22 \
     51        wget/wget-1.5.3  $(YAZ) $(CORBA)
    5152
    5253all:
  • 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.