[Lemon-commits] Alpar Juttner: Use fix library version for the e...
Lemon HG
hg at lemon.cs.elte.hu
Fri Oct 24 14:34:34 CEST 2008
details: http://lemon.cs.elte.hu/hg/lemon-tutorial/rev/4b3d55acc9d7
changeset: 8:4b3d55acc9d7
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Fri Oct 24 13:34:04 2008 +0100
description:
Use fix library version for the external tags instead of the latest
version
Currently it is:
- libstdc++ v4.3
- LEMON v1.0
diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
Doxyfile | 4 ++--
Makefile | 4 ++--
diffs (30 lines):
diff -r 934258c64b6b -r 4b3d55acc9d7 Doxyfile
--- a/Doxyfile Fri Oct 24 13:26:15 2008 +0100
+++ b/Doxyfile Fri Oct 24 13:34:04 2008 +0100
@@ -218,8 +218,8 @@
#---------------------------------------------------------------------------
# Configuration::additions related to external references
#---------------------------------------------------------------------------
-TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " \
- "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/latest/ "
+TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
+ "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
GENERATE_TAGFILE =
ALLEXTERNALS = NO
EXTERNAL_GROUPS = NO
diff -r 934258c64b6b -r 4b3d55acc9d7 Makefile
--- a/Makefile Fri Oct 24 13:26:15 2008 +0100
+++ b/Makefile Fri Oct 24 13:34:04 2008 +0100
@@ -24,10 +24,10 @@
-rm -rf gen-images
update-external-tags:
- wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
+ 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/latest/lemon.tag && \
+ wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \
mv lemon.tag.tmp lemon.tag || \
rm lemon.tag.tmp
More information about the Lemon-commits
mailing list