summaryrefslogtreecommitdiff
path: root/README-maint
diff options
context:
space:
mode:
authorDustin J. Mitchell <dustin@zmanda.com>2010-01-24 17:17:30 -0600
committerDustin J. Mitchell <dustin@zmanda.com>2010-01-24 17:17:30 -0600
commit483da261b1a452ceb073eedccb0077b7a26cfde4 (patch)
tree4df8ebaf83786950ff0d137509319c54201ed478 /README-maint
parentc7b8b21807636ef507920b49f1c1d6f91e9a9624 (diff)
downloadautoconf-archive-483da261b1a452ceb073eedccb0077b7a26cfde4.tar.gz
update README-maint with new steps
This is based on an email from Peter describing the steps required to keep a maintenance repository up to date.
Diffstat (limited to 'README-maint')
-rw-r--r--README-maint6
1 files changed, 6 insertions, 0 deletions
diff --git a/README-maint b/README-maint
index 4d782b0..e37673d 100644
--- a/README-maint
+++ b/README-maint
@@ -19,8 +19,14 @@
: 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
+ # set up autotools and gnulib environment
: ./bootstrap.sh
+ # determine system properties
: ./configure
+ # create/update all generated files that will be in a release
+ : make maintainer-generate
+ # update texinfo documentation
+ : make
* How to update the web site.