Symlink the appropriate paste.ini
This commit is contained in:
parent
65686465e7
commit
adecace30b
12
Makefile.in
12
Makefile.in
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user