Ignore:
Timestamp:
2010-05-21T20:33:02+12:00 (14 years ago)
Author:
ak19
Message:
  1. Undoing commit of xlhtml-0.5 from yesterday and this morning since its Makefiles are entirely different (from 2005 and use automak command and depcomp files regularly). 2. Replaced this with

previously used xlhtml-0.4.9.0, but with all the changes made to xlhtml-0.5 (to get that compiling and running on Windows XP, Vista, Win7) ported into here. 3. This xlhtml-0.4.9.0-gs.tar.gz file has been tested to work on Vista, XP, Win7 (both executables and compilation). And it has also been tested to compile and run on Linux

Location:
main/trunk/greenstone2/build-src/packages
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r22146 r22157  
    3131PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    3232        wget/wget-1.11.4 cpan/XML-Parser-2.34 \
    33         xlhtml/xlhtml-0.5 isis-gdl html-tidy/tidy
     33        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    3434
    3535
  • main/trunk/greenstone2/build-src/packages/Makefile.in

    r22146 r22157  
    3131PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_gs \
    3232        wget/wget-1.11.4 cpan/XML-Parser-2.34 \
    33         xlhtml/xlhtml-0.5 isis-gdl html-tidy/tidy
     33        xlhtml/xlhtml-0.4.9.0 isis-gdl html-tidy/tidy
    3434
    3535
  • main/trunk/greenstone2/build-src/packages/configure

    r22153 r22157  
    196196gzip -dc xlhtml-0.5-gs.tar.gz | tar -xf -
    197197cd xlhtml-0.5 && \
    198 rm depcomp && \
    199 rm missing && \
    200 automake -a -c && \
    201198./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS
    202199
Note: See TracChangeset for help on using the changeset viewer.