~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aaron Bentley
  • Date: 2013-03-28 16:55:07 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: aaron@canonical.com-20130328165507-yoiwb2pdby5tz9n8
Remove all mention of Xapian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
PSERVE := bin/pserve
10
10
SYSTEM_DEPS := \
11
11
        build-essential bzr charm-tools libyaml-dev python-dev python-virtualenv\
12
 
        python-xapian subversion npm
 
12
        subversion npm
13
13
 
14
14
 
15
15
# Default ini file to use for all scripted commands. Can be overridden by
75
75
        $(PIP) install --no-index --no-dependencies --find-links file:///$(WD)/$(CACHE) -r requirements.txt
76
76
        npm install download-cache/npm/ycssmin.tar.gz
77
77
        npm install download-cache/npm/less.tar.gz
78
 
        - ln -s /usr/lib/python2.7/dist-packages/xapian $(WD)/lib/python2.7/site-packages
79
78
        - rm -r build
80
79
        - rm -r share;
81
80