From 86f89fd0b115f95915bcf1198585f04a6dabfa44 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 8 Oct 2014 17:05:36 -0500 Subject: [PATCH] No rule, yet, to clean house. --- Makefile.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 58cae88f..06641dee 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,6 +83,7 @@ all: develop develop: $(maybe_venv_dep) i18n paste.ini mediagoblin.ini +# NEVER clobber a user's mediagoblin.ini once they've defined it mediagoblin.ini: cp --no-clobber mediagoblin.example.ini mediagoblin.ini @@ -128,9 +129,17 @@ endif # rm -v $(pythondir)/$(PACKAGE_DISTNAME)-*.egg-info # -# Just use the usual setup.py clean command + clean: - $(maybe_venved_python) setup.py clean + @echo "No rule to clean house, yet." + + +# We don't know what this does yet. +# Originally: +## Just use the usual setup.py clean command +#clean: +# $(maybe_venved_python) setup.py clean + # Clean up the output of configure -- 2.25.1