diff options
author | kent@mysql.com <> | 2005-11-04 02:17:11 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-11-04 02:17:11 +0100 |
commit | 4742f585b13d2a4dec93afdc9ada5a4d0c621f54 (patch) | |
tree | c262a4298ddcdc1e1f99fba719003fc9894a837b /ndb/docs | |
parent | 11d6c967407c3f109dd9228ed2460f1a04e64ec9 (diff) | |
parent | ee0b6db191ab4ae475beee8ceb1e46d6ccd91353 (diff) | |
download | mariadb-git-4742f585b13d2a4dec93afdc9ada5a4d0c621f54.tar.gz |
Merge
Diffstat (limited to 'ndb/docs')
-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 |