From 6130e25886a364a1cf81ce50030335e4f864e67d Mon Sep 17 00:00:00 2001 From: james Date: Mon, 26 Sep 2005 09:20:48 +0000 Subject: Added scripting code to Makefile.am to ignore .svn directories on make dist. Tell svn that pkcs12.p12 is binary. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@583 e7ae566f-a301-0410-adde-c780ea21d3b5 --- Makefile.am | 2 +- sample-keys/pkcs12.p12 | Bin 2685 -> 2685 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 590002e..d2daec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,4 +125,4 @@ EXTRA_DIST = \ management dist-hook: - cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name CVS -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done + cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -r '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done diff --git a/sample-keys/pkcs12.p12 b/sample-keys/pkcs12.p12 index e529807..253d408 100644 Binary files a/sample-keys/pkcs12.p12 and b/sample-keys/pkcs12.p12 differ -- cgit v1.2.3