diff options
author | ndbdev@shark. <> | 2004-12-26 13:08:26 +0100 |
---|---|---|
committer | ndbdev@shark. <> | 2004-12-26 13:08:26 +0100 |
commit | f8d84af4d6ea8780d0fceeb2da66743811a9bbd6 (patch) | |
tree | 2a673c54c340eedd67f4218ddb7c5130b95ebb19 /ndb/docs | |
parent | 59fadbcba77876274fd6fe38bc9397001d215ef1 (diff) | |
download | mariadb-git-f8d84af4d6ea8780d0fceeb2da66743811a9bbd6.tar.gz |
ndb - removed warnings from Makefile's
Diffstat (limited to 'ndb/docs')
-rw-r--r-- | ndb/docs/Makefile.am | 6 |
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 && \ |