[Gnucash-changes] r13194 - gnucash/trunk - added README.dependencies to the dist. Fixes #330614.

Derek Atkins warlord at cvs.gnucash.org
Fri Feb 10 10:04:13 EST 2006


Author: warlord
Date: 2006-02-10 10:04:12 -0500 (Fri, 10 Feb 2006)
New Revision: 13194
Trac: http://svn.gnucash.org/trac/changeset/13194

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/Makefile.am
Log:
added README.dependencies to the dist.  Fixes #330614.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-02-10 15:00:28 UTC (rev 13193)
+++ gnucash/trunk/ChangeLog	2006-02-10 15:04:12 UTC (rev 13194)
@@ -3,6 +3,9 @@
 	* src/gnome-utils/dialog-options.c:
 	  Test for an empty string when translating.  (Fixes #330179)
 
+	* Makefile.am:
+	  added README.dependencies to the dist.  Fixes #330614.
+
 2006-02-09  David Hampton  <hampton at employees.org>
 
 	* src/bin/gnucash-bin.c: Pass argc by reference instead of value

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-02-10 15:00:28 UTC (rev 13193)
+++ gnucash/trunk/Makefile.am	2006-02-10 15:04:12 UTC (rev 13194)
@@ -21,7 +21,8 @@
   LICENSE \
   NEWS \
   README \
-  README.patches
+  README.patches \
+  README.dependencies
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = gnucash.m4



More information about the gnucash-changes mailing list