Changeset 8:4b3d55acc9d7 in lemon-tutorial
Legend:
- Unmodified
- Added
- Removed
-
Doxyfile
r4 r8 219 219 # Configuration::additions related to external references 220 220 #--------------------------------------------------------------------------- 221 TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/l atest-doxygen/" \222 "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/ latest/"221 TAGFILES = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \ 222 "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0" 223 223 GENERATE_TAGFILE = 224 224 ALLEXTERNALS = NO -
Makefile
r0 r8 25 25 26 26 update-external-tags: 27 wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/l atest-doxygen/libstdc++.tag && \27 wget -O libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3/libstdc++.tag && \ 28 28 mv libstdc++.tag.tmp libstdc++.tag || \ 29 29 rm libstdc++.tag.tmp 30 wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/ latest/lemon.tag && \30 wget -O lemon.tag.tmp http://lemon.cs.elte.hu/pub/doc/1.0/lemon.tag && \ 31 31 mv lemon.tag.tmp lemon.tag || \ 32 32 rm lemon.tag.tmp
Note: See TracChangeset
for help on using the changeset viewer.