all: develop
-develop: $(maybe_venv_dep) i18n paste.ini mediagoblin.ini
+develop: $(maybe_venv_dep) i18n mediagoblin.ini
# NEVER clobber a user's mediagoblin.ini once they've defined it
mediagoblin.ini:
cp --no-clobber mediagoblin.example.ini mediagoblin.ini
-# We just symlink the mediagoblin from the appropriate python version
-# Note, we DO clobber paste.ini ...
-paste.ini:
-ifeq ($(USE_PYTHON3),true)
- ln -s paste.py3.ini paste.ini
-else
- ln -s paste.py2.ini paste.ini
-endif
-
# base-configs: paste.ini mediagoblin.example.ini
install: installdirs
rm -vf $(srcdir)/Makefile
+###########################################################################
+# These things aren't really tested / supported yet.
+###########################################################################
+
+
+
# You can either use the setup.py sdist command or you can roll your own here
dist:
# $(maybe_venved_python) setup.py sdist
# endif
# $(prefix)/bin/gmg dbupdate
+######################
+# Needs to be updated?
+######################
+
# The following show how to install documentation. In this example,
# docs are built from a separate Makefile contained in the docs
# directory which uses the SPHINXBUILD variable to store the location