[gimp-web] Manually added some entries that where not deleted after make clean.



commit 28ae960b409c67ffcaca6b380c7d5f5329b4882d
Author: Marco Ciampa <ciampix libero it>
Date:   Wed Jul 24 13:07:40 2013 +0200

    Manually added some entries that where not deleted after make clean.

 programmatic/Makefile       |    1 +
 programmatic/tools/Makefile |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/programmatic/Makefile b/programmatic/Makefile
index e853429..0f75e11 100644
--- a/programmatic/Makefile
+++ b/programmatic/Makefile
@@ -58,6 +58,7 @@ clean mrproper:
        $(MAKE) -C contest clean
        $(MAKE) -C admin clean
        $(MAKE) -C tools clean
+       $(MAKE) -C downloads clean
 
 install: install-common install-admin install-contest install-downloads
 
diff --git a/programmatic/tools/Makefile b/programmatic/tools/Makefile
index 82002be..ade154b 100644
--- a/programmatic/tools/Makefile
+++ b/programmatic/tools/Makefile
@@ -21,4 +21,4 @@ gimpwebtool: gimpwebtool.py
        chmod 755 $@
 
 clean:
-       /bin/rm -f *.pyc *~ rewrite_attrs ssi-pp
+       /bin/rm -f *.pyc *~ rewrite_attrs ssi-pp gimpwebtool subst


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