summaryrefslogtreecommitdiff
path: root/README-maint
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
committerPeter Simons <simons@cryp.to>2010-02-27 20:41:07 +0100
commit64336ccc74a48dfc4589f534b9e6647b81f8ddf4 (patch)
treedf4709d06bd59fa34f745fb40cd83077004f37ae /README-maint
parent4acb035bd0e845b98a9edb37ba146965f0ce2b0c (diff)
downloadautoconf-archive-64336ccc74a48dfc4589f534b9e6647b81f8ddf4.tar.gz
Updated documentation and infrastructure files to accommodate for the fact that
the Autoconf Archive is now an official GNU project. The main home page now resides at http://www.gnu.org/software/autoconf-archive/. The mailing lists have moved from nongnu.org to corresponding gnu.org addresses. All files have a proper copyright statement, even AUTHORS, ChangeLog, etc.
Diffstat (limited to 'README-maint')
-rw-r--r--README-maint9
1 files changed, 6 insertions, 3 deletions
diff --git a/README-maint b/README-maint
index 78a8b14..965f93a 100644
--- a/README-maint
+++ b/README-maint
@@ -1,7 +1,7 @@
-#+TITLE: Autoconf Archive README-maint -*- mode:org;fill-column:79; -*-
+#+TITLE: GNU Autoconf Archive Maintainer README -*-mode:org;fill-column:79;-*-
#+STARTUP: showall
-* How to set up the 'maint' branch.
+* How to build the archive from Git.
Ensure that the following packages are installed in your system:
@@ -18,7 +18,6 @@
: git clone ssh://[<login>@]git.sv.gnu.org/srv/git/autoconf-archive
: cd autoconf-archive
- : cvs -z3 -d:ext:[<login>@]cvs.savannah.nongnu.org:/web/autoconf-archive co -d html autoconf-archive
: ./bootstrap.sh # set up autotools and gnulib environment
: ./configure # determine system properties
: make maintainer-generate # create/update all generated files that will be in a release
@@ -26,6 +25,10 @@
* How to update the web site.
+ Check out the web site from CVS:
+
+ : cvs -z3 -d:ext:[<login>@]cvs.savannah.nongnu.org:/web/autoconf-archive co -d html autoconf-archive
+
Run the following commands:
: make web-manual # generate an HTML rendering of the user documentation