[Lemon-commits] Alpar Juttner: Use lemon doc version 1.1.1 (plus...

Lemon HG hg at lemon.cs.elte.hu
Mon Feb 15 10:21:25 CET 2010


details:   http://lemon.cs.elte.hu/hg/lemon-tutorial/rev/eda742a0b1b4
changeset: 34:eda742a0b1b4
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Mon Feb 15 10:21:17 2010 +0100
description:
	Use lemon doc version 1.1.1 (plus remove a redundant reference to
	it)

diffstat:

 Makefile.in |  2 +-
 configure   |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff --git a/Makefile.in b/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -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')
 



More information about the Lemon-commits mailing list