mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
5409f2554f
Enable "make distcheck" to work configure.in: Enable "make distcheck" to work Docs/Makefile.am: Enable "make distcheck" to work Makefile.am: Enable "make distcheck" to work client/Makefile.am: Enable "make distcheck" to work cmd-line-utils/libedit/Makefile.am: Enable "make distcheck" to work include/Makefile.am: Enable "make distcheck" to work libmysql/Makefile.am: Enable "make distcheck" to work libmysql_r/Makefile.am: Enable "make distcheck" to work libmysqld/Makefile.am: Enable "make distcheck" to work libmysqld/examples/Makefile.am: Enable "make distcheck" to work mysql-test/Makefile.am: Enable "make distcheck" to work ndb/docs/Makefile.am: Enable "make distcheck" to work netware/Makefile.am: Enable "make distcheck" to work pstack/Makefile.am: Enable "make distcheck" to work scripts/Makefile.am: Enable "make distcheck" to work sql-bench/Makefile.am: Enable "make distcheck" to work sql/Makefile.am: Enable "make distcheck" to work sql/share/Makefile.am: Enable "make distcheck" to work support-files/Makefile.am: Enable "make distcheck" to work |
||
---|---|---|
.. | ||
doxygen | ||
Makefile.am | ||
README | ||
wl2077.txt |
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