+++ /dev/null
---- gnulib/top/README-release 2011-12-24 08:28:59.000000000 +0700
-+++ gl/top/README-release 2011-12-24 09:01:01.000000000 +0700
-@@ -1,5 +1,9 @@
- Here are most of the steps we (maintainers) follow when making a release.
-
-+* If you don't yet have gnu ftp upload rights, read this:
-+
-+ https://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html#Automated-Upload-Registration
-+
- * start from a clean, up-to-date git directory.
-
- make -k maintainer-clean || { ./configure && make maintainer-clean; }
-@@ -18,12 +22,24 @@
-
- http://hydra.nixos.org/jobset/gnu/@PACKAGE@-master
-
--* Run "./bootstrap && ./configure". This downloads any new translations.
-+* Double check that serial number updates in public m4 files weren't
-+ forgotten since last release (they should be updated in git along with
-+ commits that require it so that users can work with git snapshots).
-+
-+* Update the LTDL_VERSION_INFO in libltdl/Makefile.inc for changes since
-+ the last release.
-+
-+* Run "./bootstrap && ./configure".
-
- * Pre-release testing:
- Ensure that "make check syntax-check" succeeds.
-
- * Run "make distcheck"
-+ and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-ltdl-install'
-+ and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--program-prefix=g'
-+ and `make distcheck DISTCHECK_CONFIGURE_FLAGS=--disable-shared'
-+ and `make distcheck CC=g++'
-+ If there are any problems, fix them and start again.
-
- * Set the date, version number, and release type [stable/alpha/beta] on
- line 3 of NEWS, commit that, and tag the release by running e.g.,