~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Merge the makefile changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
# DO NOT ALTER : this should just build by default
54
54
default: inplace
55
55
 
56
 
schema: build clean_codehosting
 
56
schema: build
57
57
        $(MAKE) -C database/schema
58
58
        $(RM) -r /var/tmp/fatsam
59
59
 
131
131
        env PYTHONPATH=$(PYTHONPATH) bin/test test_pages
132
132
 
133
133
inplace: build
 
134
        mkdir -p $(CODEHOSTING_ROOT)/mirrors
 
135
        mkdir -p $(CODEHOSTING_ROOT)/config
 
136
        mkdir -p /var/tmp/bzrsync
 
137
        touch $(CODEHOSTING_ROOT)/rewrite.log
 
138
        chmod 777 $(CODEHOSTING_ROOT)/rewrite.log
 
139
        touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
134
140
 
135
141
build: compile apidoc jsbuild css_combine
136
142
        mkdir -p $(CODEHOSTING_ROOT)/mirrors
398
404
realclean: clean
399
405
        $(RM) TAGS tags
400
406
 
401
 
clean_codehosting:
402
 
        $(RM) -r $(CODEHOSTING_ROOT)
403
 
        mkdir -p $(CODEHOSTING_ROOT)/mirrors
404
 
        mkdir -p $(CODEHOSTING_ROOT)/config
405
 
        mkdir -p /var/tmp/bzrsync
406
 
        touch $(CODEHOSTING_ROOT)/config/launchpad-lookup.txt
407
 
 
408
407
zcmldocs:
409
408
        mkdir -p doc/zcml/namespaces.zope.org
410
409
        bin/stxdocs \