# HG changeset patch # User Alpar Juttner # Date 1266225677 -3600 # Node ID eda742a0b1b446d7e44fe397628bbde4bdeca987 # Parent 598cd0b266d3249f4ffcf55bdc52184116df57b5 Use lemon doc version 1.1.1 (plus remove a redundant reference to it) diff -r 598cd0b266d3 -r eda742a0b1b4 Makefile.in --- a/Makefile.in Mon Feb 15 09:39:52 2010 +0100 +++ b/Makefile.in Mon Feb 15 10:21:17 2010 +0100 @@ -39,7 +39,7 @@ wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \ mv libstdc++.tag.tmp libstdc++.tag || \ rm libstdc++.tag.tmp - wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \ + wget -O lemon.tag.tmp @make_lemon_doc_prefix@/lemon.tag && \ mv lemon.tag.tmp lemon.tag || \ rm lemon.tag.tmp diff -r 598cd0b266d3 -r eda742a0b1b4 configure --- a/configure Mon Feb 15 09:39:52 2010 +0100 +++ b/configure Mon Feb 15 10:21:17 2010 +0100 @@ -32,7 +32,7 @@ Options: -h, --help display this help and exit --lemon-doc-prefix=loc The location of the lemon doc. By default it is - http://lemon.cs.elte.hu/pub/doc/1.0 + http://lemon.cs.elte.hu/pub/doc/1.1.1 Expamle: $0 --lemon-doc-prefix=file://usr/local/share/doc/lemon/docs/ @@ -54,7 +54,7 @@ if test -z "$lemon_doc_prefix" then - lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.0' + lemon_doc_prefix='http://lemon.cs.elte.hu/pub/doc/1.1.1' fi lemon_doc_prefix=$(echo $lemon_doc_prefix|sed 's/\//\\\\\\\//g')