Symlink the appropriate paste.ini

This commit is contained in:
Christopher Allan Webber 2014-10-08 14:34:28 -05:00
parent 65686465e7
commit adecace30b

View File

@ -74,8 +74,6 @@ maybe_venved_python = $(PYTHON)
maybe_venv_dep = maybe_venv_dep =
endif endif
.PHONY: all install uninstall distclean info install-html html \ .PHONY: all install uninstall distclean info install-html html \
install-pdf pdf install-dvi dvi install-ps ps clean dist check \ install-pdf pdf install-dvi dvi install-ps ps clean dist check \
installdirs i18n virtualenv installdirs i18n virtualenv
@ -83,8 +81,14 @@ installdirs i18n virtualenv
all: develop all: develop
develop: $(maybe_venv_dep) i18n develop: $(maybe_venv_dep) i18n paste.ini
echo "nothin yet"
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 # base-configs: paste.ini mediagoblin.example.ini