Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: gcc/libstdc++-v3/doc/xml/images/confdeps.dot

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml ('k') | gcc/libstdc++-v3/doc/xml/manual/abi.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libstdc++-v3/doc/xml/images/confdeps.dot
diff --git a/gcc/libstdc++-v3/doc/xml/images/confdeps.dot b/gcc/libstdc++-v3/doc/xml/images/confdeps.dot
deleted file mode 100644
index a62d28ce9ddf00a2689bb05ab892e6e7798e8bb0..0000000000000000000000000000000000000000
--- a/gcc/libstdc++-v3/doc/xml/images/confdeps.dot
+++ /dev/null
@@ -1,14 +0,0 @@
-# Blatantly ripped out of the graphviz examples and modified. -pme
-digraph v3conf {
- size="6,6";
- node [color=lightblue2, style=filled];
- "aclocal.m4" -> "acinclude.m4";
- "configure" -> "aclocal.m4";
- "configure" -> "configure.ac";
- "configure" -> "crossconfig.m4";
- "configure" -> "linkage.m4";
- "[*/]Makefile.in" -> "Makefile.am";
- "[*/]Makefile.in" -> "configure.ac";
- "config.h.in" -> "acconfig.h";
- "config.h.in" -> "configure.ac";
-}
« no previous file with comments | « gcc/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml ('k') | gcc/libstdc++-v3/doc/xml/manual/abi.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698