From d2a87e6c9cb2b92d9a487effa5389be2e4dfa291 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 2 Nov 2001 08:32:42 +0000 Subject: moved README.CVS to doc/ --- README.CVS | 33 --------------------------------- doc/Makefile.am | 2 +- doc/README.CVS | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 README.CVS create mode 100644 doc/README.CVS diff --git a/README.CVS b/README.CVS deleted file mode 100644 index 714fdba7c4..0000000000 --- a/README.CVS +++ /dev/null @@ -1,33 +0,0 @@ -If you just want to browse the cvs tree, you may visit -http://cvs.hellug.gr/cgi-bin/cvsweb/gnutls-read-only/ . -Otherwise (get and built the tree) you should have the following -software: - -* cvs (http://www.gnu.org/software/cvs/) -* autoconf 2.50 or newer (http://www.gnu.org/software/autoconf/) -* libtool (http://www.gnu.org/software/libtoool/) -* automake (http://www.gnu.org/software/automake/) -* libgcrypt (http://www.gnupg.org) -* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/) -* latex2html (in order to create api.html) -* latex/dvips (in order to create api.ps) - -1. Download the cvs tree -$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls login -$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout gnutls - -2. Create configure script -$ cd gnutls -$ ./buildconf - -3. Compile the sources -$ ./configure --enable-maintainer-mode -$ make - -* Create the ChangeLog -$ make ChangeLog - -* Create documentation -$ cd doc/tex -$ make gnutls.ps -$ make gnutls.html diff --git a/doc/Makefile.am b/doc/Makefile.am index 048e95ff32..9aa5f8207d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,3 @@ -EXTRA_DIST = TODO ASN1.readme.txt +EXTRA_DIST = TODO ASN1.readme.txt README.CVS SUBDIRS = tex scripts diff --git a/doc/README.CVS b/doc/README.CVS new file mode 100644 index 0000000000..714fdba7c4 --- /dev/null +++ b/doc/README.CVS @@ -0,0 +1,33 @@ +If you just want to browse the cvs tree, you may visit +http://cvs.hellug.gr/cgi-bin/cvsweb/gnutls-read-only/ . +Otherwise (get and built the tree) you should have the following +software: + +* cvs (http://www.gnu.org/software/cvs/) +* autoconf 2.50 or newer (http://www.gnu.org/software/autoconf/) +* libtool (http://www.gnu.org/software/libtoool/) +* automake (http://www.gnu.org/software/automake/) +* libgcrypt (http://www.gnupg.org) +* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/) +* latex2html (in order to create api.html) +* latex/dvips (in order to create api.ps) + +1. Download the cvs tree +$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls login +$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout gnutls + +2. Create configure script +$ cd gnutls +$ ./buildconf + +3. Compile the sources +$ ./configure --enable-maintainer-mode +$ make + +* Create the ChangeLog +$ make ChangeLog + +* Create documentation +$ cd doc/tex +$ make gnutls.ps +$ make gnutls.html -- cgit v1.2.1