]> www.ginac.de Git - ginac.git/commitdiff
fixed URLs and stuff
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Oct 2005 00:54:49 +0000 (00:54 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Oct 2005 00:54:49 +0000 (00:54 +0000)
AUTHORS
ChangeLog
INSTALL
README
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 2bb33380ac578be402f501181f1daea3d580f74d..2841982548b6ead335f337831b7a09b44707e95c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,4 +21,4 @@ If you have found a bug, have a patch or a question or would like to
 make a suggestion please send email to one of our public mailing lists
 instead of to one or more of the authors.  This avoids both potential
 duplication of work and delays caused by possible vacations.  Mailing
-list subscription is explained at <http://www.ginac.de/lists/>.
+list subscription is explained at <http://www.ginac.de/Lists.html>.
index fe9063112bf18172d9323db50e1c0f9311567753..9d497859971421bc323cb41f8771888a68b6ae8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 This file is not yet operational.  Eventually it should record all changes.
 Till then, you are advised to resort to our CVS server where all changes are
 logged.  This is how to get anonymous read-only access:
-$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login
+$ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login
 enter the password `anoncvs'
-$ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs -z 9 co GiNaC
+$ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC -z 9 co GiNaC
diff --git a/INSTALL b/INSTALL
index 73061628de87529366012298bb4fbf469543f9ca..31a8f4d91581a560a234e99139bad2023fa452df 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -33,11 +33,12 @@ To install from a source .tar.bz2 distribution:
 
 To install from CVS:
 
- $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs login
+ $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC login
  [enter "anoncvs" as the password]
- $ cvs -d :pserver:anoncvs@cvsthep.physik.uni-mainz.de:/home/cvs co GiNaC
+ $ cvs -d :pserver:anoncvs@cvs.ginac.de:/home/cvs/GiNaC co GiNaC
  $ cd GiNaC
  $ autoreconf -i
+ $ ./configure
  $ make
  [become root if necessary]
  # make install
diff --git a/README b/README
index 9a9fd62593a53db0c3e71f3beb69e9b632de03f0..93003e728819bcc6bef552d683bb935661c84fce 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ A mailing list is located at:
 
 You need to be subscribed to be able to post to the list. To subscribe,
 please follow the instructions on
-  http://thep.physik.uni-mainz.de/mailman/listinfo/ginac-list
+  https://www.cebix.net/mailman/listinfo/ginac-list
 
 See http://www.ginac.de/Lists.html for the list policy.
 
@@ -33,7 +33,7 @@ How to report bugs
 ==================
 
 If you have identified a bug in GiNaC you are welcome to send a detailed
-bug report to <ginac-bugs@ginac.de>.  Please think about your bug!  This
+bug report to <ginac-list@ginac.de>.  Please think about your bug!  This
 means that you should include
 
 * Information about your system
index 9d4b01181172e8401290c3a8e7d62c5bf33608cd..d65dd7f3bb00ebc93ffcd2f147367649be39e096 100644 (file)
@@ -18,7 +18,7 @@ m4_define([ginac_release], [ginac_major_version.ginac_minor_version])
 m4_define([ginac_interface_age], [0])
 m4_define([ginac_binary_age], [0])
 
-AC_INIT([GiNaC], ginac_version, [<ginac-bugs@ginac.de>])
+AC_INIT([GiNaC], ginac_version, [<ginac-list@ginac.de>])
 AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR(ginac/basic.cpp)
 AC_CONFIG_HEADERS(config.h)