COIN-OR::LEMON - Graph Library

Changeset 34:eda742a0b1b4 in lemon-tutorial


Ignore:
Timestamp:
02/15/10 10:21:17 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Use lemon doc version 1.1.1 (plus remove a redundant reference to it)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r17 r34  
    4040        mv libstdc++.tag.tmp libstdc++.tag || \
    4141        rm libstdc++.tag.tmp
    42         wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \
     42        wget -O lemon.tag.tmp @make_lemon_doc_prefix@/lemon.tag && \
    4343        mv lemon.tag.tmp lemon.tag || \
    4444        rm lemon.tag.tmp
  • configure

    r17 r34  
    3333  -h, --help                  display this help and exit
    3434      --lemon-doc-prefix=loc  The location of the lemon doc. By default it is
    35                               http://lemon.cs.elte.hu/pub/doc/1.0
     35                              http://lemon.cs.elte.hu/pub/doc/1.1.1
    3636
    3737Expamle:
     
    5555if test -z "$lemon_doc_prefix"
    5656then
    57     lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.0'
     57    lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1'
    5858fi
    5959lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
Note: See TracChangeset for help on using the changeset viewer.