X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=Makefile.am;h=309aa12295ce95769abfd3a7c788519d9b3b6853;hp=934ed22a14ce564f2ef77e373e39b861ffcd6704;hb=2b714d273b08b945ef677e0fbbf2c8d3d4437980;hpb=b4ed664ffb6e3f3764fa2b2f4b05437df43d7f19 diff --git a/Makefile.am b/Makefile.am index 934ed22..309aa12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,13 +31,13 @@ test_crypto_LDADD = libpcsc_cr.la test_chalresp_LDADD = libpcsc_cr.la test_base64_LDADD = libpcsc_cr.la -EXTRA_DIST = autogen.sh README.md README_CR +EXTRA_DIST = autogen.sh README.md auth-data-structure.svg TESTS = test_auth test_serial test_crypto test_chalresp test_base64 XFAIL_TESTS = test_chalresp html: README.html -README.html: README.md +README.html: README.md auth-data-structure.svg pandoc -f markdown -t html5 --self-contained -o README.html README.md clean-local: rm -f README.html