~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-02-18 21:27:59 UTC
  • mfrom: (10289.1.3 makefile-hackery)
  • Revision ID: launchpad@pqm.canonical.com-20100218212759-cs3wsz206hiqq0qd
[r=Edwin][ui=None][bug=522968,
        514400] Added a new make target for run_codehosting,
        made combo.css only generated when files have changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
stop_codebrowse:
216
216
        $(PY) sourcecode/launchpad-loggerhead/stop-loggerhead.py
217
217
 
 
218
run_codehosting: inplace stop hosted_branches
 
219
        $(RM) thread*.request
 
220
        bin/run -r librarian,sftp,codebrowse -i $(LPCONFIG)
 
221
 
 
222
 
218
223
start_librarian: build
219
224
        bin/start_librarian
220
225