diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-10 13:56:24 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-10 13:56:24 -0800 |
commit | a7470dd1fb41b58dbeb76f8c83680c6da12ce5c0 (patch) | |
tree | 90b98debe799895591cecde1b7f385173869e64a | |
parent | 68e7ae101c320ee2afea8138158a039518f6c13a (diff) | |
download | pandoc-a7470dd1fb41b58dbeb76f8c83680c6da12ce5c0.tar.gz |
Use rtf version of license in osx package.
-rwxr-xr-x | make_osx_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh index 4e1acc81d..dcf06fad4 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -29,7 +29,7 @@ gzip $ROOT/usr/local/share/man/man?/*.* chmod +r $ROOT/usr/local/share/man/man?/*.* echo Copying license... -cp COPYING $RESOURCES/License.txt +dist/build/pandoc/pandoc --data data -t rtf -s COPYING -o $RESOURCES/License.rtf echo Signing pandoc executable... |