doc/Makefile.am: Remove *.pyc in clean

This commit is contained in:
Petri Lehtinen 2009-10-14 22:09:14 +03:00
parent 951d091f07
commit 22af193a51

View 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