ensure that we have all the copyright notices attached.

This commit is contained in:
Yichun Zhang (agentzh)
2015-11-05 20:42:02 +08:00
parent cde439a55a
commit caea3438eb
3 changed files with 239 additions and 1 deletions

View File

@ -699,6 +699,7 @@ cp $root/util/install bundle/ || exit 1
mkdir util || exit 1
cp $root/util/package-win32.sh util/ || exit 1
cp $root/util/build-win32.sh util/ || exit 1
cp $root/COPYRIGHT ./ || exit 1
markdown2pod -e utf8 -d GitHub $root/doc/README-win32.md|$root/util/fix-pod2markdown|pod2text > README-win32.txt || exit 1
unix2dos README-win32.txt || exit 1
find bundle -name '*~' -delete