~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Moved configs/default => configs/development.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
TWISTEDPATH=$(shell pwd)/sourcecode/twisted
17
17
HERE:=$(shell pwd)
18
18
 
19
 
LPCONFIG=default
 
19
LPCONFIG=development
20
20
CONFFILE=configs/${LPCONFIG}/launchpad.conf
21
21
 
22
22
MINS_TO_SHUTDOWN=15
232
232
 
233
233
install: reload-apache
234
234
 
235
 
/etc/apache2/sites-available/local-launchpad: configs/default/local-launchpad-apache
236
 
        cp configs/default/local-launchpad-apache $@
 
235
/etc/apache2/sites-available/local-launchpad: configs/development/local-launchpad-apache
 
236
        cp configs/development/local-launchpad-apache $@
237
237
 
238
238
/etc/apache2/sites-enabled/local-launchpad: /etc/apache2/sites-available/local-launchpad
239
239
        a2ensite local-launchpad