gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
'update-external-tags' make target added It is used to dowload or update the doxygen external tag definition file of libstdc++. After doing that, any usase of STL will be linked to their documentations at http://gcc.gnu.org.
0 1 0
default
1 file changed with 5 insertions and 0 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -29,2 +29,7 @@
29 29

	
30
update-external-tags:
31
	wget -O doc/libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
32
	mv doc/libstdc++.tag.tmp doc/libstdc++.tag || \
33
	rm doc/libstdc++.tag.tmp
34

	
30 35
if WANT_DOC
0 comments (0 inline)