summaryrefslogtreecommitdiff
path: root/ndb/docs
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-16 21:39:19 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-16 21:39:19 +0100
commit0de6a4268406720ba6d9be9d7905a89c6931b939 (patch)
tree6e6f0215be0b690e7fa90239f7744dca8158e4c8 /ndb/docs
parent3c45559db8e6185afcf0c19cb493bebf4e444b5a (diff)
downloadmariadb-git-0de6a4268406720ba6d9be9d7905a89c6931b939.tar.gz
Makefile.am:
Bug#7721 ndb/docs/Makefile.am: Bug#7721
Diffstat (limited to 'ndb/docs')
-rw-r--r--ndb/docs/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/docs/Makefile.am b/ndb/docs/Makefile.am
index c7e344b3dee..1399ce3b6a5 100644
--- a/ndb/docs/Makefile.am
+++ b/ndb/docs/Makefile.am
@@ -38,7 +38,7 @@ ndbapidoc: ndbapi.pdf
ndbapi.pdf: $(noinst_HEADERS)
@set -x; \
- export NDB_RELEASE=$(NDB_RELEASE) \
+ export NDB_RELEASE=$(NDB_RELEASE); \
@RM@ -f ndbapi.pdf ndbapi.html; \
@RM@ -rf $(DOXYTMP) $(DOXYOUT); \
mkdir -p $(DOXYTMP) $(DOXYOUT); \
@@ -62,7 +62,7 @@ mgmapidoc: mgmapi.pdf
mgmapi.pdf: $(noinst_HEADERS)
@set -x; \
- export NDB_RELEASE=$(NDB_RELEASE) \
+ export NDB_RELEASE=$(NDB_RELEASE); \
@RM@ -f mgmapi.pdf mgmapi.html; \
@RM@ -rf $(DOXYTMP) $(DOXYOUT); \
mkdir -p $(DOXYTMP) $(DOXYOUT); \