diff --git a/MANIFEST.in b/MANIFEST.in index 6cf3bd52..e0936015 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README +include README.md include COPYING include fd-commit include fdroid diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 806318a8..3c4a2c34 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -456,7 +456,7 @@ following them). In fact, you can standardise all the metadata in a single command, without changing the functional content, by running: @example -fdroid rewritemetadata +fdroid rewritemeta @end example The following sections describe the fields recognised within the file. diff --git a/tests/run-tests b/tests/run-tests index b8f55763..2dcc8f44 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -316,7 +316,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e $fdroid update --create-key @@ -378,7 +378,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -394,7 +394,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad/fake keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -422,7 +422,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad repo_keyalias!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -434,7 +434,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because a keystore is already there!" exit 1 else - echo "`fdroid update` complained about existing keystore" + echo '`fdroid update` complained about existing keystore' fi set -e