diff options
-rw-r--r-- | ndb/docs/Makefile.am | 6 | ||||
-rw-r--r-- | ndb/test/tools/Makefile.am | 1 |
2 files changed, 3 insertions, 4 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 && \ diff --git a/ndb/test/tools/Makefile.am b/ndb/test/tools/Makefile.am index 6b5e127b03d..873136e254d 100644 --- a/ndb/test/tools/Makefile.am +++ b/ndb/test/tools/Makefile.am @@ -3,7 +3,6 @@ ndbtest_PROGRAMS = hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hug # transproxy -hugoCalculator_SOURCES = hugoCalculator.cpp hugoFill_SOURCES = hugoFill.cpp hugoLoad_SOURCES = hugoLoad.cpp hugoLockRecords_SOURCES = hugoLockRecords.cpp |