Commit f5d0b41c authored by unknown's avatar unknown

ndb - removed warnings from Makefile's


ndb/docs/Makefile.am:
  removed extra \'es
ndb/test/tools/Makefile.am:
  removed unused definition
parent f835a220
......@@ -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 && \
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment