[Lemon-commits] Alpar Juttner: 'update-external-tags' make targe...
Lemon HG
hg at lemon.cs.elte.hu
Tue Jan 22 12:00:15 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/9597aa501c7c
changeset: 56:9597aa501c7c
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Thu Jan 17 11:55:27 2008 +0000
description:
'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.
diffstat:
1 file changed, 5 insertions(+)
doc/Makefile.am | 5 +++++
diffs (15 lines):
diff -r 9bd0d6e0c279 -r 9597aa501c7c doc/Makefile.am
--- a/doc/Makefile.am Sat Jan 12 23:30:44 2008 +0000
+++ b/doc/Makefile.am Thu Jan 17 11:55:27 2008 +0000
@@ -27,6 +27,11 @@ doc/html:
doc/html:
$(MAKE) $(AM_MAKEFLAGS) doc-clean
+update-external-tags:
+ wget -O doc/libstdc++.tag.tmp http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag && \
+ mv doc/libstdc++.tag.tmp doc/libstdc++.tag || \
+ rm doc/libstdc++.tag.tmp
+
if WANT_DOC
install-data-local: doc/html
More information about the Lemon-commits
mailing list