diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-26 16:42:52 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-26 16:42:52 +0100 |
commit | 1cd8eaa777f40bda00567cf7f9a0d68e2f064967 (patch) | |
tree | 4eca5d3801c7eb31469d2de289fb75a155e73d36 /ndb/docs/Makefile.am | |
parent | a51993cfc6ceb2d7bd70ec7c737eb212316fd2a5 (diff) | |
download | mariadb-git-1cd8eaa777f40bda00567cf7f9a0d68e2f064967.tar.gz |
Makefile.am:
updated doxygen Makefile for changed examples directory
.del-demos.tar~8e6dfbc510a6e323:
Delete: ndb/ndbapi-examples/configurations/demos.tar
Many files:
mvdir
ndb/ndbapi-examples/Makefile:
mvdir
ndb/ndbapi-examples/mgmapi_logevent_example/Makefile:
mvdir
ndb/ndbapi-examples/mgmapi_logevent_example/mgmapi_logevent.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_async_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_async_example/ndbapi_async.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_async_example/readme.txt:
mvdir
ndb/ndbapi-examples/ndbapi_async_example1/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_async_example1/ndbapi_async1.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_event_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_event_example/ndbapi_event.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_retries_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_retries_example/ndbapi_retries.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_scan_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_scan_example/ndbapi_scan.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_scan_example/readme.txt:
mvdir
ndb/ndbapi-examples/ndbapi_simple_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_simple_example/ndbapi_simple.cpp:
mvdir
ndb/ndbapi-examples/ndbapi_simple_index_example/Makefile:
mvdir
ndb/ndbapi-examples/ndbapi_simple_index_example/ndbapi_simple_index.cpp:
mvdir
BitKeeper/deleted/.del-demos.tar~8e6dfbc510a6e323:
Delete: ndb/ndbapi-examples/configurations/demos.tar
ndb/docs/Makefile.am:
updated doxygen Makefile for changed examples directory
Diffstat (limited to 'ndb/docs/Makefile.am')
-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..ca826d7e178 100644 --- a/ndb/docs/Makefile.am +++ b/ndb/docs/Makefile.am @@ -48,7 +48,7 @@ ndbapi.html: $(noinst_HEADERS) @RM@ -rf $(DOXYTMP) $(DOXYOUT); \ mkdir -p $(DOXYTMP) $(DOXYOUT); \ @CP@ $(top_srcdir)/ndb/include/ndbapi/* $(DOXYTMP); \ - @CP@ $(top_srcdir)/ndb/examples/*/*.[ch]pp $(DOXYTMP); \ + @CP@ $(top_srcdir)/ndb/ndbapi-examples/*/*.[ch]pp $(DOXYTMP); \ @PERL@ $(DOXYDIR)/predoxy.pl; \ mv footer.html $(DOXYTMP); \ (cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \ |