From 2b714d273b08b945ef677e0fbbf2c8d3d4437980 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Mon, 9 Dec 2013 15:07:57 +0400 Subject: [PATCH] html includes svg inside, adjust make rule --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 056f2eb..309aa12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ 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 -- 2.39.2