Makefile.am:
Bug#7721
This commit is contained in:
parent
fa38a0d130
commit
b34715555f
@ -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); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user