[ocrfeeder] Remove Debian rules clean from general makefile



commit bd72821c85ef9ab4f69b9b7b28e5818b6536273f
Author: Joaquim Rocha <jrocha igalia com>
Date:   Mon Nov 8 22:11:10 2010 +0100

    Remove Debian rules clean from general makefile

 Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index bcc55c3..5357fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,6 @@ builddeb: i18n
 
 clean:
 	$(PYTHON) setup.py clean
-	$(MAKE) -f $(CURDIR)/debian/rules clean
 	rm -rf build/ MANIFEST
 	rm -rf locale po/$(PROJECT).pot $(RESOURCES_DIR)/$(PROJECT).desktop
 	find . -name '*.pyc' -delete



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