COIN-OR::LEMON - Graph Library

Changeset 8:4b3d55acc9d7 in lemon-tutorial


Ignore:
Timestamp:
10/24/08 14:34:04 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Use fix library version for the external tags instead of the latest version

Currently it is:

  • libstdc++ v4.3
  • LEMON v1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    r4 r8  
    219219# Configuration::additions related to external references   
    220220#---------------------------------------------------------------------------
    221 TAGFILES               = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " \
    222                          "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/latest/ "
     221TAGFILES               = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
     222                         "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
    223223GENERATE_TAGFILE       =
    224224ALLEXTERNALS           = NO
  • Makefile

    r0 r8  
    2525
    2626update-external-tags:
    27         wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
     27        wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \
    2828        mv libstdc++.tag.tmp libstdc++.tag || \
    2929        rm libstdc++.tag.tmp
    30         wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/latest/lemon.tag && \
     30        wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \
    3131        mv lemon.tag.tmp lemon.tag || \
    3232        rm lemon.tag.tmp
Note: See TracChangeset for help on using the changeset viewer.