[gnomeweb-wml] cheese: comment out mrproper rule



commit 521f13c00aa9618779efa387095df48da634114c
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Wed Jun 17 19:32:03 2009 +0200

    cheese: comment out mrproper rule
    
    According to sysadmins it has no effect (as one could expect... we don't
    want to rip off the whole website and rebuild it every ten minutes since
    files could be accessed during the build).

 projects.gnome.org/cheese/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/cheese/Makefile.am b/projects.gnome.org/cheese/Makefile.am
index 714b608..383d5ff 100644
--- a/projects.gnome.org/cheese/Makefile.am
+++ b/projects.gnome.org/cheese/Makefile.am
@@ -2,8 +2,8 @@
 
 urlpath = /cheese/
 
-mrproper:
-	rm -rf *;
+#mrproper:
+#	rm -rf *;
 
 page_SCRIPTS= \
 	index.shtml \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]