~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Lange
  • Date: 2011-02-18 16:23:10 UTC
  • mto: This revision was merged to the branch mainline in revision 12472.
  • Revision ID: jml@canonical.com-20110218162310-yih4oqhlm2hedl98
More stuff that we can just autogenerate

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
lint-verbose: ${PY}
126
126
        @bash ./bin/lint.sh -v
127
127
 
 
128
logs:
 
129
        mkdir logs
 
130
 
128
131
xxxreport: $(PY)
129
132
        ${PY} -t ./utilities/xxxreport.py -f csv -o xxx-report.csv ./
130
133
 
134
137
pagetests: build
135
138
        env PYTHONPATH=$(PYTHONPATH) bin/test test_pages
136
139
 
137
 
inplace: build clean_logs
 
140
inplace: build logs clean_logs
138
141
        mkdir -p $(CODEHOSTING_ROOT)/mirrors
139
142
        mkdir -p $(CODEHOSTING_ROOT)/config
140
143
        mkdir -p /var/tmp/bzrsync