summaryrefslogtreecommitdiff
path: root/ndb/docs
diff options
context:
space:
mode:
authortomas@mc05.(none) <>2004-06-15 08:14:20 +0200
committertomas@mc05.(none) <>2004-06-15 08:14:20 +0200
commit8278d71688df6f1027473c2a21e4d5e6168c5568 (patch)
treec99f0af498d96ea06c28b025171c02c9f05c8d71 /ndb/docs
parent6c899a3b0e77a9bf8f52e3c89bea828f7a78918d (diff)
downloadmariadb-git-8278d71688df6f1027473c2a21e4d5e6168c5568.tar.gz
ndb fixes for make dist
Diffstat (limited to 'ndb/docs')
-rw-r--r--ndb/docs/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am
index fb367fb9345..554b2fb256e 100644
--- a/ndb/docs/Makefile.am
+++ b/ndb/docs/Makefile.am
@@ -1,7 +1,8 @@
+DOXYDIR = doxygen
+noinst_HEADERS = $(DOXYDIR)/predoxy.pl $(DOXYDIR)/postdoxy.pl $(DOXYDIR)/Doxyfile.ndbapi $(DOXYDIR)/Doxyfile.mgmapi $(DOXYDIR)/header.ndbapi.tex $(DOXYDIR)/header.mgmapi.tex
all: do-check ndbapidoc mgmapidoc
-DOXYDIR = doxygen
DOXYTMP = .doxytmp
DOXYOUT = .doxyout
@@ -35,7 +36,7 @@ do-check:
#
ndbapidoc: ndbapi.pdf
-ndbapi.pdf: $(top_srcdir)/ndb/include/ndb_version.h
+ndbapi.pdf: $(noinst_HEADERS)
@set -x; \
export NDB_RELEASE=$(NDB_RELEASE) \
@RM@ -f ndbapi.pdf ndbapi.html; \
@@ -59,7 +60,7 @@ ndbapi.pdf: $(top_srcdir)/ndb/include/ndb_version.h
#
mgmapidoc: mgmapi.pdf
-mgmapi.pdf: $(top_srcdir)/ndb/include/ndb_version.h
+mgmapi.pdf: $(noinst_HEADERS)
@set -x; \
export NDB_RELEASE=$(NDB_RELEASE) \
@RM@ -f mgmapi.pdf mgmapi.html; \