aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-08 17:05:36 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:17 -0500
commit86f89fd0b115f95915bcf1198585f04a6dabfa44 (patch)
tree8b5e7ea1b9506b6d6299bb0511736a6293a6e15d /Makefile.in
parentb2624eb0fb2cc3bf409ef0457d770fb930a7d6ce (diff)
downloadmediagoblin-86f89fd0b115f95915bcf1198585f04a6dabfa44.tar.lz
mediagoblin-86f89fd0b115f95915bcf1198585f04a6dabfa44.tar.xz
mediagoblin-86f89fd0b115f95915bcf1198585f04a6dabfa44.zip
No rule, yet, to clean house.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files 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