From 1c89bc2955125fc418b8ba15caf72b7f9443a93c Mon Sep 17 00:00:00 2001 From: "simon@yubico.com" Date: Thu, 25 Nov 2010 14:15:26 +0000 Subject: [PATCH] Handle svn2cl failures. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@274 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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