mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
6523aca729
Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf |
||
---|---|---|
.. | ||
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