Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MB-9069: Need a copy of html support files under bin directory
reports contains files for template engine and html report. As such,
we need reports under both python and bin directory.

Change-Id: I558a6526b29a17258f6fa708d384baa05b423fb1
  • Loading branch information
bcui6611 committed Sep 5, 2013
1 parent 76a176f commit d61ff01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -17,6 +17,8 @@ CLI_PYTHON_LIB = $(COUCHBASE_CLI)/buckets.py \
$(COUCHBASE_CLI)/util_cli.py
default:

bindir=$(DESTDIR)$(localbindir)

pythonlibdir=$(libdir)/python
pythonlib_DATA = \
analyzer.py \
Expand Down Expand Up @@ -49,6 +51,7 @@ clean-local:

install-data-hook:
cp -rf $(CHEETAH_LIB) reports $(CLI_PYTHON_LIB) $(pythonlibdir)
cp -rf reports $(bindir)

bdist:
test -d $(TMP_DIR) || mkdir $(TMP_DIR)
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -8,5 +8,6 @@ AC_INIT(healthChecker, VERSION_NUMBER, bin@couchbase.com)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE
AC_CONFIG_FILES(Makefile wrapper/wrapper)
AC_SUBST([localbindir], [${prefix}/bin])

AC_OUTPUT

0 comments on commit d61ff01

Please sign in to comment.