Sign in
apache
/
axis-axis2-c-core
/
refs/tags/0.95
/
.
/
dist.sh
blob: 76d95574263f8f58f935a5ec8ccc9acc4b6c47bf [
file
] [
log
] [
blame
]
#!/bin/bash
rm
-
rf xdocs
/
api
/
html
maven site
cd xdocs
/
api
doxygen doxygenconf
cd
../..
cp
-
r xdocs
/
api
/
html target
/
docs
/
api
/
cp
-
r target
/
docs axis2c
-
src
-
0.95
for
i
in
`find . -name "*.la"`
do
rm $i
done
for
i
in
`find . -name "*.a"`
do
rm $i
done