summaryrefslogtreecommitdiff
path: root/README-maint
diff options
context:
space:
mode:
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