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