diff options
-rwxr-xr-x | autoclean.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoclean.sh b/autoclean.sh index c043c08f..73675f8d 100755 --- a/autoclean.sh +++ b/autoclean.sh @@ -21,6 +21,8 @@ rm -f etc/abs/{Makefile.in,Makefile} rm -f pactest{,/tests}/{Makefile.in,Makefile} rm -f contrib/{Makefile.in,Makefile} rm -f doc/{Makefile.in,Makefile} + +rm -f pactest/*.pyc rm -f doc/html/*.html rm -f doc/man3/*.3 |