summaryrefslogtreecommitdiff
path: root/ndb/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/docs/README')
-rw-r--r--ndb/docs/README30
1 files changed, 0 insertions, 30 deletions
diff --git a/ndb/docs/README b/ndb/docs/README
deleted file mode 100644
index 262e9003aca..00000000000
--- a/ndb/docs/README
+++ /dev/null
@@ -1,30 +0,0 @@
-Create MySQL Cluster user documentation from source code
---------------------------------------------------------
-(All these require Doxygen.)
-
-* make clean
- Remove all generated documentation and tmp files
-
-* make ndbapidoc
- Makes the NDB API Programmer's Guide (in HTML)
-
-* make ndbapipdf
- Makes the NDB API Programmer Guide (in PDF)
-
-* make mgmapidoc
- Makes the MGM API Reference Manual (in HTML)
-
-* make mgmapipdf
- Makes the MGM API Reference Manual (in PDF)
-
-* make ndbdoc
- Makes source code browser for NDB Cluster (in HTML)
- (Requires Graphviz.)
-
-Doxygen and Graphviz can be found at:
- http://www.doxygen.org
-or at (for Red Hat 9.0 RPMs):
- http://dentrassi.de/download/doxygen/
-
---
-lars@mysql.com