'update-external-tags' make target added
authorAlpar Juttner <alpar@cs.elte.hu>
Thu, 17 Jan 2008 11:55:27 +0000
changeset 569597aa501c7c
parent 55 9bd0d6e0c279
child 59 4ab73d92f0fb
'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.
doc/Makefile.am
     1.1 --- a/doc/Makefile.am	Sat Jan 12 23:30:44 2008 +0000
     1.2 +++ b/doc/Makefile.am	Thu Jan 17 11:55:27 2008 +0000
     1.3 @@ -27,6 +27,11 @@
     1.4  doc/html:
     1.5  	$(MAKE) $(AM_MAKEFLAGS) doc-clean
     1.6  
     1.7 +update-external-tags:
     1.8 +	wget -O doc/libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
     1.9 +	mv doc/libstdc++.tag.tmp doc/libstdc++.tag || \
    1.10 +	rm doc/libstdc++.tag.tmp
    1.11 +
    1.12  if WANT_DOC
    1.13  
    1.14  install-data-local: doc/html