Symlink the appropriate paste.ini
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 Oct 2014 19:34:28 +0000 (14:34 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:16 +0000 (14:42 -0500)
Makefile.in

index 2ca4101a77596832699ecf7078548c674db1ae99..4192559a8c08804fb8e08d5b01ac0865c43317aa 100644 (file)
@@ -74,8 +74,6 @@ maybe_venved_python = $(PYTHON)
 maybe_venv_dep = 
 endif
 
-
-
 .PHONY: all install uninstall distclean info install-html html \
 install-pdf pdf install-dvi dvi install-ps ps clean dist check \
 installdirs i18n virtualenv
@@ -83,8 +81,14 @@ installdirs i18n virtualenv
 
 all: develop
 
-develop: $(maybe_venv_dep) i18n
-       echo "nothin yet"
+develop: $(maybe_venv_dep) i18n paste.ini
+
+paste.ini:
+ifeq ($(USE_PYTHON3),yes)
+       -ln -s paste.py3.ini paste.ini
+else
+       -ln -s paste.py2.ini paste.ini
+endif
 
 # base-configs: paste.ini mediagoblin.example.ini