diff options
author | unknown <serg@serg.mylan> | 2005-01-28 17:15:51 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-01-28 17:15:51 +0100 |
commit | 852bdc619ab0b4abd17296b0b79edcdc8f60bca4 (patch) | |
tree | 65e0bd2ded78ce95af6345d655d3c0c160a50aaa /ndb | |
parent | b59aa1aa6aace8dcacdf6080a3f0dc90d05b8909 (diff) | |
parent | 5c3c40798dce878bd6561b8da6a5e1cbd9f16279 (diff) | |
download | mariadb-git-852bdc619ab0b4abd17296b0b79edcdc8f60bca4.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
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 6d4cdc12cf6..1f00d463f08 100644 --- a/ndb/docs/Makefile.am +++ b/ndb/docs/Makefile.am @@ -9,7 +9,7 @@ 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) |