diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2018-05-18 14:24:23 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-05-23 08:50:37 +0200 |
commit | 6af8234936f805a9c6dceb29a84e73d40ed4b257 (patch) | |
tree | fc6e8e45927b4847cc5d41ec14cc9091bdb7e87d | |
parent | 58c3eb9acf5885069652f1b02edb7aca01580b96 (diff) |
README: replace by README.md
That is, use README.md as primary source to generate README as
README is required by the GNU guidelines. We don't try to convert
to "real" plain text as markdown is readable, and to avoid introducing
another dependency (e.g., pandoc).
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README | 8 |
3 files changed, 2 insertions, 8 deletions
@@ -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 && \ @@ -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. |