From d7ed3c13be89e204d48493214eca2b25050b3471 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Thu, 8 Jan 2004 18:02:53 +0100
Subject: [PATCH] Added instruction for CVS access.

Rev: src/nettle/ChangeLog:1.219
Rev: src/nettle/index.html:1.3
---
 ChangeLog  |  2 ++
 index.html | 11 +++++++++++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b34dd647..bd859f9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-01-08  Niels Möller  <niels@s3.kth.se>
 
+	* index.html: Added instruction for CVS access.
+
 	* dsa-keygen.c (dsa_nist_gen): Fixed declaration/statement order.
 
 	* rsa-keygen.c (bignum_next_prime): Fixed off-by-one error when
diff --git a/index.html b/index.html
index 0338cf65..ff151087 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,17 @@ href="ftp://ftp.lysator.liu.se/pub/security/lsh">ftp</a>. Nettle is
 also included with the latest development versions of <a
 href="http://www.lysator.liu.se/~nisse/lsh">lsh</a>.
 
+<h2> CVS access </h2>
+
+As some shared but crucial files are not stored in the Nettle corner
+of the CVS repository, the recommended way of CVS access is to check
+out the entire LSH tree, as per the instructions at the <a
+href="http://www.lysator.liu.se/~nisse/lsh">LSH home page</a>, run the
+top-level <tt>./.bootstrap</tt> script (which sets up a few important
+symlinks and runs .bootstrap scripts in subdirectories), and then
+descend into the <tt>src/nettle</tt> directory for a standard
+<tt>./configure && make</tt> there.
+
 <h2> Contact </h2>
 
 Send mail to the <a
-- 
GitLab