From ca7c372771bdb163bce6702e286058a56f9d09c7 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 21 Dec 2000 23:40:02 +0000 Subject: [PATCH] Remove old/ cruft. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3337 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index e6567382323..165d3b7e447 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,10 +18,9 @@ doc_DATA = \ # included some other way... # Most directories handle their own EXTRA_DIST setting, but for some, -# it's not worth the trouble (i.e ./old), and for others, there's no -# Makefile.am (i.e. ./intl and ./po -- these handle their own -# Makefile.in and Makefile.in.in files...), so we list their files -# here. +# it's not worth the trouble and for others, there's no Makefile.am +# (i.e. ./intl and ./po -- these handle their own Makefile.in and +# Makefile.in.in files...), so we list their files here. # Don't list any directories or you'll get *everything*, including the # CVS dirs. @@ -32,17 +31,6 @@ EXTRA_DIST = \ gnucash.lsm \ intl/.cvsignore \ make-gnucash-patch.in \ - old/country.sql \ - old/currencynames \ - old/Gnucash.app-defaults \ - old/perl-reports/report-baln.phtml \ - old/perl-reports/report-folio.phtml \ - old/perl-reports/report-formtest.html \ - old/perl-reports/report-main.html \ - old/perl-reports/report-menu.html \ - old/perl-reports/report-null.html \ - old/perl-reports/report-pnl.phtml \ - old/xacc-shell.c \ po/.cvsignore ## We borrow guile's convention and use @-...-@ as the substitution