mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 08:24:06 +00:00
Add standard pkg files (COPYING, README, etc.), percona-toolkit.pod, and user docs. Remove dev/docs/html.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user