1.1 --- a/Doxyfile Fri Oct 24 13:26:15 2008 +0100
1.2 +++ b/Doxyfile Fri Oct 24 13:34:04 2008 +0100
1.3 @@ -218,8 +218,8 @@
1.4 #---------------------------------------------------------------------------
1.5 # Configuration::additions related to external references
1.6 #---------------------------------------------------------------------------
1.7 -TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/ " \
1.8 - "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/latest/ "
1.9 +TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
1.10 + "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
1.11 GENERATE_TAGFILE =
1.12 ALLEXTERNALS = NO
1.13 EXTERNAL_GROUPS = NO
2.1 --- a/Makefile Fri Oct 24 13:26:15 2008 +0100
2.2 +++ b/Makefile Fri Oct 24 13:34:04 2008 +0100
2.3 @@ -24,10 +24,10 @@
2.4 -rm -rf gen-images
2.5
2.6 update-external-tags:
2.7 - wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
2.8 + wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \
2.9 mv libstdc++.tag.tmp libstdc++.tag || \
2.10 rm libstdc++.tag.tmp
2.11 - wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/latest/lemon.tag && \
2.12 + wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \
2.13 mv lemon.tag.tmp lemon.tag || \
2.14 rm lemon.tag.tmp
2.15