bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Slight simplification to README-release


From: Reuben Thomas
Subject: Slight simplification to README-release
Date: Thu, 6 Oct 2011 00:34:54 +0100

Anything that reasonably reduces the number of manual steps here has
to be a good thing. I combine two sets of make targets:

diff --git a/ChangeLog b/ChangeLog
index 76607bb..1410875 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-06  Reuben Thomas  <address@hidden>
+
+       Simplify README-release.
+       * top/README-release: Combine two steps.
+
 2011-10-05  Bruno Haible  <address@hidden>

        Tests for module 'fmodf'.
diff --git a/top/README-release b/top/README-release
index 0299c82..cb7c0b7 100644
--- a/top/README-release
+++ b/top/README-release
@@ -22,10 +22,9 @@ Here are most of the steps we (maintainers) follow
when making a release.

     ./bootstrap

-* Pre-release testing:
-  Ensure that make check syntax-check succeeds.
+* Pre-release testing.  Ensure that the following succeeds:

-* Run "make distcheck"
+    make check syntax-check distcheck

 * 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.,

-- 
http://rrt.sc3d.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]