diff options
author | unknown <lenz@mysql.com> | 2002-12-11 19:37:09 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-12-11 19:37:09 +0100 |
commit | aaf9a98e1368a19010da4bc4e7ba06943c2d8279 (patch) | |
tree | a264e647a271d19e0028b9ee8120eed0e3d21357 /scripts | |
parent | 1891aea755968cfa35a6861e22b391b669db5bbe (diff) | |
download | mariadb-git-aaf9a98e1368a19010da4bc4e7ba06943c2d8279.tar.gz |
- moved manual pages from "man" to "man/man1" for the binary distribution
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 9d25943bb52..c2b1a0cb2b3 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -50,7 +50,7 @@ mkdir $BASE $BASE/bin $BASE/data $BASE/data/mysql $BASE/data/test \ $BASE/include $BASE/lib $BASE/support-files $BASE/share $BASE/share/mysql \ $BASE/tests $BASE/scripts $BASE/sql-bench $BASE/mysql-test \ $BASE/mysql-test/t $BASE/mysql-test/r \ - $BASE/mysql-test/include $BASE/mysql-test/std_data $BASE/man + $BASE/mysql-test/include $BASE/mysql-test/std_data $BASE/man $BASE/man/man1 chmod o-rwx $BASE/data $BASE/data/* @@ -107,7 +107,7 @@ rm $BASE/include/Makefile*; rm $BASE/include/*.in $CP tests/*.res tests/*.tst tests/*.pl $BASE/tests $CP support-files/* $BASE/support-files -$CP man/*.? $BASE/man +$CP man/*.1 $BASE/man/man1 $CP -r sql/share/* $BASE/share/mysql rm -f $BASE/share/mysql/Makefile* $BASE/share/mysql/*/*.OLD |