readme: Moved to Markdown

This commit is contained in:
Dorota Czaplejewicz
2019-02-03 19:16:20 +00:00
parent b159625e62
commit 60ec684853
4 changed files with 49 additions and 36 deletions

View File

@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME="eekboard"
(test -f $srcdir/configure.ac \
&& test -f $srcdir/README ) || {
&& test -f $srcdir/README.md ) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1