Changeset 1996 for trunk/gsdl


Ignore:
Timestamp:
2001-02-16T16:28:37+13:00 (23 years ago)
Author:
dg5
Message:

Updated configure and Makefile.in to reflect the moving of pdftohtml and wv
directories from packages/unix to packages

Location:
trunk/gsdl/packages
Files:
2 edited

Legend:

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

    r1979 r1996  
    3636endif
    3737
    38 PACKAGEDIRS = unix/wv/wv-gs  unix/pdftohtml/pdftohtml_0_22 wget/wget-1.5.3  $(YAZ)
     38PACKAGEDIRS = wv/wv-gs  pdftohtml/pdftohtml_0_22 wget/wget-1.5.3  $(YAZ)
    3939
    4040all:
  • trunk/gsdl/packages/configure

    r1978 r1996  
    4141echo ""
    4242
    43 cd "$PACKAGES/unix/wv"
     43cd "$PACKAGES/wv"
    4444tar -xzf wv-0.6.3-gs.tar.gz
    4545cd wv-gs
     
    5151echo ""
    5252
    53 cd "$PACKAGES/unix/pdftohtml"
     53cd "$PACKAGES/pdftohtml"
    5454if test ! -d "./bin"; then
    5555    mkdir "./bin"
Note: See TracChangeset for help on using the changeset viewer.