Update of /cvsroot/halfs/halfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30394
Modified Files:
Makefile.cvs
Log Message:
update help
Index: Makefile.cvs
===================================================================
RCS file: /cvsroot/halfs/halfs/Makefile.cvs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.cvs 14 Jan 2006 00:35:11 -0000 1.1.1.1
+++ Makefile.cvs 17 Jan 2006 00:18:19 -0000 1.2
@@ -54,8 +54,8 @@
next_beta_desc = Increment current beta number (x.y.z-betaN++)
next_rc_desc = Increment current RC number (x.y.z-betaN --> x.y.z-rc1 or x.y.z-rcN++)
report_version_desc = Just report current version
-next_major_branch_desc = Make a branch for next major version (x++.y)
-next_minor_branch_desc = Make a branch for next minor version (x.y++)
+next_major_branch_desc = Make a branch for next major version (x++.0) /will not change current version/
+next_minor_branch_desc = Make a branch for next minor version (x.y++) /will not change current version/
cvs_reconf_desc = Run autotools and friends (this is default goal)
full_reconf_desc = Like 'cvs-reconf' + run configure in $$(top_srcdir)/build
simple_reconf_desc = Like 'cvs-reconf' + run configure
|