diff options
author | unknown <kent@mysql.com> | 2005-11-19 11:20:52 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-11-19 11:20:52 +0100 |
commit | 6e478b60ebe881c7a9ab660cb110e267d50f2910 (patch) | |
tree | 72e512a15fa352244220469442c3b8e3c2b1b59f /ndb | |
parent | 6ba79a251681a765f491db1428a467a0a06a69bd (diff) | |
parent | 0bf5fa03c77e1fca3fa97672b1c987a2771945ed (diff) | |
download | mariadb-git-6e478b60ebe881c7a9ab660cb110e267d50f2910.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
configure.in:
Auto merged
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am index afa91857771..78fced4b2e4 100644 --- a/ndb/docs/Makefile.am +++ b/ndb/docs/Makefile.am @@ -1,7 +1,7 @@ DOXYDIR = doxygen noinst_HEADERS = $(DOXYDIR)/predoxy.pl $(DOXYDIR)/postdoxy.pl $(DOXYDIR)/Doxyfile.ndbapi $(DOXYDIR)/Doxyfile.mgmapi $(DOXYDIR)/header.ndbapi.tex $(DOXYDIR)/header.mgmapi.tex -all: do-check-html ndbapidoc-html mgmapidoc-html +all-local: do-check-html ndbapidoc-html mgmapidoc-html all-pdf: do-check-pdf ndbapidoc-pdf mgmapidoc-pdf DOXYTMP = .doxytmp |