Skip to content

Commit

Permalink
MB-5855: Add missing python files
Browse files Browse the repository at this point in the history
Since we use tlm to copy python files to bin directory on window build,
we need to modify tlm for those newly added python files.

Change-Id: I02299728d4dd2789a22b62a385a5aaf39d0fc67a
Reviewed-on: http://review.couchbase.org/18148
Reviewed-by: Steve Yen <steve.yen@gmail.com>
Tested-by: Bin Cui <bin.cui@gmail.com>
  • Loading branch information
bcui6611 committed Jul 10, 2012
1 parent 0aecc83 commit ecf93e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.top
Expand Up @@ -297,7 +297,7 @@ membase-cli/Makefile:

make-install-membase-cli:
(cd membase-cli && mkdir -p $(PREFIX)/bin/simplejson && \
cp couchbase-cli *.py LICENSE $(PREFIX)/bin && \
cp couchbase-cli cbbackup cbrestore cbtransfer cbclusterstats *.py LICENSE $(PREFIX)/bin && \
cp simplejson/LICENSE.txt simplejson/*.py $(PREFIX)/bin/simplejson)

couchbase-examples/Makefile:
Expand Down

0 comments on commit ecf93e9

Please sign in to comment.