projects
/
TestXSLT.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
removed more old libs
[TestXSLT.git]
/
distclean.sh
1
#!/bin/sh
2
3
(cd libiconv && make distclean)
4
(cd libexpat && make distclean)
5
(cd libsablot && make distclean)
6
(cd libxml2 && make distclean)
7
(cd libxslt && make distclean)