Revision: 1aedaa1be53a Author: Muneyuki Noguchi <[email protected]> Date: Sun Mar 25 03:03:09 2012 Log: Update release manual.
* doc/RELEASING - Cosmetic changes. http://code.google.com/p/uim/source/detail?r=1aedaa1be53a Modified: /doc/RELEASING ======================================= --- /doc/RELEASING Sun Mar 25 00:52:03 2012 +++ /doc/RELEASING Sun Mar 25 03:03:09 2012 @@ -33,12 +33,12 @@ - configure.ac - uim.h - $ vim configure.ac - $ vim uim.h + $ vi configure.ac + $ vi uim.h And increment libtool-version.mk too if API/ABI is updated. - $ vim uim/libtool-version.mk + $ vi uim/libtool-version.mk Then push them. $ git push @@ -80,7 +80,7 @@ $ git tag uim-x.y.z $ git push --tags -8. Create the source tarball +8. Create the source tarball on a non-final release On an alpha release $ make distcheck distdir=uim-x.y.0-alpha
