From c80f45ae742f375536f12a642c21358740f5b716 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 25 Nov 2010 14:15:26 +0000 Subject: [PATCH] Handle svn2cl failures. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9228ac9..d8e946b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,7 +87,7 @@ EXTRA_DIST += contrib/README contrib/programming.sh PROJECT = yubikey-personalization ChangeLog: - svn2cl + svn2cl || echo "Missing due to http://code.google.com/p/support/issues/detail?id=4713" > ChangeLog check-doc-dist: perl -pe "s,^EXTRA_DIST = .*,EXTRA_DIST = `echo doc/*.wiki`," < Makefile.am > tmp -- 2.39.5