Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bbc932bfe..5e491ab483 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-26 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Makefile: Add distclean target.
+
2008-06-12 Aaron Bockover <abock@gnome.org>
* configure: Support CONFIG_SITE (BNC #350629)
diff --git a/Makefile b/Makefile
index cb4004de30..f593befb9c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,10 @@ install: install-recursive
uninstall: uninstall-recursive
distcheck: distcheck-recursive
+distclean: distclean-recursive
+ rm -rf config.make local-config
+
+
dist: dist-recursive
mkdir -p tarballs
for t in $(SUBDIRS); do \