diff options
author | mathieui <mathieui@mathieui.net> | 2013-01-06 17:36:14 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-01-06 17:36:14 +0100 |
commit | 2ea8673a0408bb3151ea8fdb4045814d88e770bb (patch) | |
tree | 35d8d68ad35b31af7780c7174a4344d3b6b2d616 /Makefile | |
parent | b04d5c5f53f39457f60d38cb388c3e8f3edbd7de (diff) | |
download | poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.gz poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.bz2 poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.tar.xz poezio-2ea8673a0408bb3151ea8fdb4045814d88e770bb.zip |
Improve the help system (#1986)
TODO: change the plugin API to take advantage of this
This change is backwards-compatible (as in “should not break anything”)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |