OK like this?

Regards,
Ralf


Index: HACKING
===================================================================
RCS file: /cvsroot/libtool/libtool/HACKING,v
retrieving revision 1.15
diff -u -r1.15 HACKING
--- HACKING     22 Apr 2005 10:20:46 -0000      1.15
+++ HACKING     25 Apr 2005 19:13:52 -0000
@@ -350,6 +350,12 @@
 * Make sure you have a copy of xdelta installed, and a copy of the previous
   release tarball in the build directory.
 
+* Make sure your locale is sane, e.g. by exporting LC_ALL=C.
+
+* Check for interface changes in public m4 files and update serial accordingly.
+
+* Update libltdl version in libltdl/Makefile.am if appropriate.
+
 * Update the version number in configure.ac.
   See http://www.gnu.org/software/libtool/contribute.html for details of
   the numbering scheme.
@@ -382,7 +388,7 @@
   with release-$(VERSION) and generate the gpg signature files.
 
 * Run 'make -f[../]Makefile.maint deltas' (pass
-  LASTRELEASE=min.maj[.mic[alpha]] if needed) to create both diff and
+  LASTRELEASE=maj.min[.mic[alpha]] if needed) to create both diff and
   xdelta files between the previous release tarball and the new with
   detached gpg signature files and clear signed directive files.
 


Reply via email to