From 2ea8673a0408bb3151ea8fdb4045814d88e770bb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 6 Jan 2013 17:36:14 +0100 Subject: Improve the help system (#1986) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8edac5a8..3c69722b 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ all: Makefile clean: find ./ -name \*.pyc -delete + find ./ -name \*.pyo -delete find ./ -name \*~ -delete find ./ -name "#*#" -delete find ./ -name "*.html" -delete -- cgit v1.2.3