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