... | ... |
@@ -24,12 +24,17 @@ |
24 | 24 |
-rm -rf doc/html |
25 | 25 |
-rm -f doc/doxygen.log |
26 | 26 |
|
27 | 27 |
doc/html: |
28 | 28 |
$(MAKE) $(AM_MAKEFLAGS) doc-clean |
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 |
31 | 36 |
|
32 | 37 |
install-data-local: doc/html |
33 | 38 |
@$(NORMAL_INSTALL) |
34 | 39 |
$(mkinstalldirs) $(DESTDIR)$(htmldir) |
35 | 40 |
@dir='doc/html'; shopt -s nullglob; for p in $$dir/*.html $$dir/*.css $$dir/*.png $$dir/*.gif $$dir/*.dot $$dir/*.php $$dir/*.idx $$dir/*.tag ; do \ |
0 comments (0 inline)