summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-11-04 01:15:35 +0100
committerunknown <kent@mysql.com>2005-11-04 01:15:35 +0100
commitb0701a5c3b3653082d69ee2429ba279adce2f53b (patch)
treea0700217b074f5374b745569de7a1f521d31d856 /ndb
parent1484d54821ff70c2acc43f851ff97fddff0b156c (diff)
parent5409f2554f7b1bfc7c736c16b0ebef5668883909 (diff)
downloadmariadb-git-b0701a5c3b3653082d69ee2429ba279adce2f53b.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-distcheck Makefile.am: Auto merged configure.in: Auto merged mysql-test/Makefile.am: Auto merged
Diffstat (limited to 'ndb')
-rw-r--r--ndb/docs/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am
index 1399ce3b6a5..9b7ec213e26 100644
--- a/ndb/docs/Makefile.am
+++ b/ndb/docs/Makefile.am
@@ -1,14 +1,12 @@
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 ndbapidoc mgmapidoc
-
DOXYTMP = .doxytmp
DOXYOUT = .doxyout
NDB_RELEASE = @NDB_VERSION_MAJOR@.@NDB_VERSION_MINOR@.@NDB_VERSION_BUILD@-@NDB_VERSION_STATUS@
-clean:
+clean-local:
rm -rf ndbapi.pdf ndbapi.html mgmapi.pdf mgmapi.html
rm -rf $(DOXYTMP) $(DOXYOUT)