Add standard pkg files (COPYING, README, etc.), percona-toolkit.pod, and user docs. Remove dev/docs/html.

This commit is contained in:
Daniel Nichter
2011-07-14 13:08:47 -06:00
parent ffcb47a0d2
commit 767f8b3211
285 changed files with 27046 additions and 13387 deletions

View File

@@ -78,9 +78,7 @@ write_rst() {
cd $BRANCH/bin
if [ -z $@ ]; then
for tool in *; do
if [ -n "$(head -n 1 $tool | grep perl)" ]; then
write_rst $tool
fi
write_rst $tool
done
else
for tool; do