James LewisMoss's file renaming patch.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3992 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-04-18 21:26:03 +00:00
parent 7d656ce4f9
commit 6e3ebb1a30
34 changed files with 37 additions and 32 deletions

View File

@ -75,6 +75,11 @@
contents in an <iframe>... handly for putting that stock ticker contents in an <iframe>... handly for putting that stock ticker
graph from yahoo or wherever in a sidebar of a multicolumn view. graph from yahoo or wherever in a sidebar of a multicolumn view.
2001-04-17 James LewisMoss <jimdres@mindspring.com>
* src/test/test-load-example-account.c (main): ignore the README
file.
2001-04-17 Dave Peticolas <dave@krondo.com> 2001-04-17 Dave Peticolas <dave@krondo.com>
* lots of files: handle NULL pointer printf problems, * lots of files: handle NULL pointer printf problems,

View File

@ -2,40 +2,40 @@
accountdir = ${GNC_ACCOUNTS_DIR}/C accountdir = ${GNC_ACCOUNTS_DIR}/C
account_DATA = \ account_DATA = \
acctchrt_brokerage \ acctchrt_brokerage.gnucash-xea \
acctchrt_carloan \ acctchrt_carloan.gnucash-xea \
acctchrt_cdmoneymkt \ acctchrt_cdmoneymkt.gnucash-xea \
acctchrt_childcare \ acctchrt_childcare.gnucash-xea \
acctchrt_common \ acctchrt_common.gnucash-xea \
acctchrt_currency \ acctchrt_currency.gnucash-xea \
acctchrt_eduloan \ acctchrt_eduloan.gnucash-xea \
acctchrt_fixedassets \ acctchrt_fixedassets.gnucash-xea \
acctchrt_homeloan \ acctchrt_homeloan.gnucash-xea \
acctchrt_homeown \ acctchrt_homeown.gnucash-xea \
acctchrt_otherloan \ acctchrt_otherloan.gnucash-xea \
acctchrt_renter \ acctchrt_renter.gnucash-xea \
acctchrt_retiremt \ acctchrt_retiremt.gnucash-xea \
acctchrt_spouseinc \ acctchrt_spouseinc.gnucash-xea \
acctchrt_spouseretire acctchrt_spouseretire.gnucash-xea
EXTRA_DIST = \ EXTRA_DIST = \
acctchrt_full \ acctchrt_full.gnucash-xea \
acctlist_brokerage \ acctlist_brokerage.gnucash-xea \
acctlist_carloan \ acctlist_carloan.gnucash-xea \
acctlist_cdmoneymkt \ acctlist_cdmoneymkt.gnucash-xea \
acctlist_childcare \ acctlist_childcare.gnucash-xea \
acctlist_common \ acctlist_common.gnucash-xea \
acctlist_currency \ acctlist_currency.gnucash-xea \
acctlist_eduloan \ acctlist_eduloan.gnucash-xea \
acctlist_fixedassets \ acctlist_fixedassets.gnucash-xea \
acctlist_full \ acctlist_full.gnucash-xea \
acctlist_homeloan \ acctlist_homeloan.gnucash-xea \
acctlist_homeown \ acctlist_homeown.gnucash-xea \
acctlist_otherloan \ acctlist_otherloan.gnucash-xea \
acctlist_renter \ acctlist_renter.gnucash-xea \
acctlist_retiremt \ acctlist_retiremt.gnucash-xea \
acctlist_spouseinc \ acctlist_spouseinc.gnucash-xea \
acctlist_spouseretire acctlist_spouseretire.gnucash-xea
EXTRA_DIST = \ EXTRA_DIST = \
${account_DATA} \ ${account_DATA} \