From 2a3cef235e61fbbf8f47743f52bdb0f1e47dab01 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 1 Apr 2004 06:12:50 +0000 Subject: [PATCH] Don't try to distribute nonexistant files. * accounts/hu_HU/Makefile.am: don't include files in the DIST that we don't have in CVS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9874 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ accounts/hu_HU/Makefile.am | 16 ---------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1871b7dbe9..5dfaffb473 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ of gettextize. Tested with both RH9 and RH7.3 to make sure it works with both old and new. Fixes #120206. + * accounts/hu_HU/Makefile.am: don't include files in the DIST that + we don't have in CVS. + 2004-03-30 Derek Atkins * src/report/report-system/report-system.scm: diff --git a/accounts/hu_HU/Makefile.am b/accounts/hu_HU/Makefile.am index 6935d85001..2d863debba 100644 --- a/accounts/hu_HU/Makefile.am +++ b/accounts/hu_HU/Makefile.am @@ -20,21 +20,5 @@ account_DATA = \ acctchrt_spouseretire.gnucash-xea EXTRA_DIST = \ - acctlist_brokerage.gnucash-xea \ - acctchrt_business.gnucash-xea \ - acctlist_carloan.gnucash-xea \ - acctlist_cdmoneymkt.gnucash-xea \ - acctchrt_checkbook.gnucash-xea \ - acctlist_childcare.gnucash-xea \ - acctlist_common.gnucash-xea \ - acctlist_eduloan.gnucash-xea \ - acctlist_fixedassets.gnucash-xea \ - acctlist_homeloan.gnucash-xea \ - acctlist_homeown.gnucash-xea \ - acctlist_otherloan.gnucash-xea \ - acctlist_renter.gnucash-xea \ - acctlist_retiremt.gnucash-xea \ - acctlist_spouseinc.gnucash-xea \ - acctlist_spouseretire.gnucash-xea \ ${account_DATA} \ .cvsignore