Use lemon doc version 1.1.1 (plus remove a redundant reference to it)
authorAlpar Juttner <alpar@cs.elte.hu>
Mon, 15 Feb 2010 10:21:17 +0100
changeset 34eda742a0b1b4
parent 33 598cd0b266d3
child 35 f7a4e8024952
Use lemon doc version 1.1.1 (plus remove a redundant reference to it)
Makefile.in
configure
     1.1 --- a/Makefile.in	Mon Feb 15 09:39:52 2010 +0100
     1.2 +++ b/Makefile.in	Mon Feb 15 10:21:17 2010 +0100
     1.3 @@ -39,7 +39,7 @@
     1.4  	wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \
     1.5  	mv libstdc++.tag.tmp libstdc++.tag || \
     1.6  	rm libstdc++.tag.tmp
     1.7 -	wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \
     1.8 +	wget -O lemon.tag.tmp @make_lemon_doc_prefix@/lemon.tag && \
     1.9  	mv lemon.tag.tmp lemon.tag || \
    1.10  	rm lemon.tag.tmp
    1.11  
     2.1 --- a/configure	Mon Feb 15 09:39:52 2010 +0100
     2.2 +++ b/configure	Mon Feb 15 10:21:17 2010 +0100
     2.3 @@ -32,7 +32,7 @@
     2.4  Options:
     2.5    -h, --help                  display this help and exit
     2.6        --lemon-doc-prefix=loc  The location of the lemon doc. By default it is
     2.7 -                              http://lemon.cs.elte.hu/pub/doc/1.0
     2.8 +                              http://lemon.cs.elte.hu/pub/doc/1.1.1
     2.9  
    2.10  Expamle:
    2.11    $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/
    2.12 @@ -54,7 +54,7 @@
    2.13  
    2.14  if test -z "$lemon_doc_prefix"
    2.15  then
    2.16 -    lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.0'
    2.17 +    lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1'
    2.18  fi
    2.19  lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')
    2.20