2001-05-03 Dave Peticolas <dave@krondo.com>

* make-gnucash-patch.in: fix bug

	* README.cvs: update info


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4110 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-05-03 09:27:09 +00:00
parent 1385b1890e
commit d3e2f3a9a9
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2001-05-03 Dave Peticolas <dave@krondo.com>
* make-gnucash-patch.in: fix bug
* README.cvs: update info
2001-05-03 Christian Stimming <stimming@tuhh.de>
* src/scm/report/account-summary.scm: fix bug.

View File

@ -25,11 +25,13 @@ Owen Taylor.
entries are mandatory. Changes with out ChangeLog entries will be
reverted.
+ When you commit, use your ChangeLog entry as the log message.
+ You must not break the build! Never check in changes that do not
compile or install. Just because your local tree compiles doesn't
mean you are done. The most common way to break the build is to
forget to add new files or directories to CVS. But it is easy to
fix this problem:
compile, install or run. Just because your local tree compiles
doesn't mean you are done. The most common way to break the build
is to forget to add new files or directories to CVS. But it is easy
to fix this problem:
+ Keep two directories, one where you make changes and another
'pristine' tree that you keep up to date. As soon as you check

View File

@ -89,7 +89,7 @@ my $filename = undef;
$result = GetOptions("old=s" => \$old, "new=s" => \$new,
"prefix=s" => \$gnc_home, "help" => \$help,
"file=s" => \$filename, "ask!" => \$ask_description,
"file=s" => \$filename, "ask!" => \$::ask_description,
"diff=s" => \$diffname, "uuencode!" => \$::should_uuencode,
"zip!" => \$zip, "ignore=s" => \$ignorename);