From 6d0ca39b284af7e2a570608e23d25d56c1e05f48 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 11 Feb 2014 10:11:44 +0100 Subject: [PATCH] cheat by touching the man-page before make dist since the binary doesn't exist yet. --- build-and-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-and-test.sh b/build-and-test.sh index a1e75f9..9d5de39 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -8,6 +8,7 @@ autoreconf -i if [ "x$ARCH" != "x" ]; then ./configure touch ChangeLog + touch yubico-piv-tool.1 make dist if [ "x$ARCH" = "x32" ]; then