doc/Makefile.am: Remove *.pyc in clean
authorPetri Lehtinen <petri@digip.org>
Wed, 14 Oct 2009 19:09:14 +0000 (22:09 +0300)
committerPetri Lehtinen <petri@digip.org>
Wed, 14 Oct 2009 19:09:14 +0000 (22:09 +0300)
doc/Makefile.am

index c28c140..f78afff 100644 (file)
@@ -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