index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | autoclean.sh | 4 |
diff --git a/autoclean.sh b/autoclean.sh index 73675f8d..621bd8ae 100755 --- a/autoclean.sh +++ b/autoclean.sh @@ -18,11 +18,11 @@ rm -f scripts/{Makefile.in,Makefile} rm -f etc/{Makefile.in,Makefile} rm -f etc/pacman.d/{Makefile.in,Makefile} rm -f etc/abs/{Makefile.in,Makefile} -rm -f pactest{,/tests}/{Makefile.in,Makefile} +rm -f test/pacman{,/tests}/{Makefile.in,Makefile} rm -f contrib/{Makefile.in,Makefile} rm -f doc/{Makefile.in,Makefile} -rm -f pactest/*.pyc +rm -f test/pacman/*.pyc rm -f doc/html/*.html rm -f doc/man3/*.3 |