From 22af193a51a48d913afa86577a30189007ac86e8 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Wed, 14 Oct 2009 22:09:14 +0300 Subject: [PATCH] doc/Makefile.am: Remove *.pyc in clean --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index c28c140..f78afff 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,3 +2,4 @@ EXTRA_DIST = conf.py apiref.rst index.rst ext/refcounting.py clean-local: rm -rf .build + rm -f ext/refcounting.pyc