summaryrefslogtreecommitdiff
path: root/ndb/docs
diff options
context:
space:
mode:
authorunknown <ndbdev@shark.>2004-12-26 13:08:26 +0100
committerunknown <ndbdev@shark.>2004-12-26 13:08:26 +0100
commitf5f2a13e668fd56b7a91e32ff20d17b958b9b4f6 (patch)
tree2a673c54c340eedd67f4218ddb7c5130b95ebb19 /ndb/docs
parentff4d272eabd35324a922bba4d231c64b332cc44e (diff)
downloadmariadb-git-f5f2a13e668fd56b7a91e32ff20d17b958b9b4f6.tar.gz
ndb - removed warnings from Makefile's
ndb/docs/Makefile.am: removed extra \'es ndb/test/tools/Makefile.am: removed unused definition
Diffstat (limited to 'ndb/docs')
-rw-r--r--ndb/docs/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am
index f0ce87ca221..cfcab70af9c 100644
--- a/ndb/docs/Makefile.am
+++ b/ndb/docs/Makefile.am
@@ -22,7 +22,7 @@ do-check-html:
if test @DOXYGEN@ = no ; then \
echo "Doxygen needed to make docs"; \
exit 1; \
- fi; \
+ fi;
do-check-pdf: do-check-html
if test @PDFLATEX@ = no ; then \
@@ -54,7 +54,7 @@ ndbapi.html: $(noinst_HEADERS)
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.ndbapi); \
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/ndbapi.latex "MySQL Cluster NDB API Programmer Guide"; \
(cd $(DOXYOUT) && \
- find ndbapi.html -print | cpio -pdm ..); \
+ find ndbapi.html -print | cpio -pdm ..);
ndbapi.pdf: ndbapi.html
(cd $(DOXYOUT)/ndbapi.latex && \
@@ -80,7 +80,7 @@ mgmapi.html: $(noinst_HEADERS)
(cd $(DOXYTMP) ; @DOXYGEN@ ../$(DOXYDIR)/Doxyfile.mgmapi); \
@PERL@ $(DOXYDIR)/postdoxy.pl $(DOXYOUT)/mgmapi.latex "MySQL Cluster MGM API Guide"; \
(cd $(DOXYOUT) && \
- find mgmapi.html -print | cpio -pdm ..); \
+ find mgmapi.html -print | cpio -pdm ..);
mgmapi.pdf: mgmapi.html
(cd $(DOXYOUT)/mgmapi.latex && \