summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am1
-rw-r--r--README8
3 files changed, 2 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 9252dc0..06bd3cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ depcomp
makefile
install-sh
INSTALL
+README
libtool
ltmain.sh
makefile
diff --git a/Makefile.am b/Makefile.am
index 2616be0..803a86d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,6 +84,7 @@ hellcheck: all
make $(AM_MAKEFLAGS) TESTS_ENVIRONMENT="$(HELLCHECK_ENV)" check-TESTS
dist-hook:
+ cp README.md README
@if test -d "$(srcdir)/.git"; \
then \
echo Creating ChangeLog && \
diff --git a/README b/README
deleted file mode 100644
index 5e9943a..0000000
--- a/README
+++ /dev/null
@@ -1,8 +0,0 @@
-P11-KIT
-
-Provides a way to load and enumerate PKCS#11 modules. Provides a standard
-configuration setup for installing PKCS#11 modules in such a way that they're
-discoverable.
-
-Also solves problems with coordinating the use of PKCS#11 by different
-components or libraries living in the same process.