index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2009-05-18 23:00:16 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-05-18 23:02:56 -0500 |
commit | 1bbb34365c437ebdf85874f39474bce37c4b7144 (patch) | |
tree | 5187154b83e55183f9c63210634bfe09bb21e2ba | |
parent | 1d8d932fa65d920ab4d43d90f3227c17714f4f14 (diff) |
-rwxr-xr-x | autoclean.sh | 2 |
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 |