summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile58
-rw-r--r--finance/gnucash/distinfo1
-rw-r--r--finance/gnucash/files/patch-configure74
-rw-r--r--finance/gnucash/files/patch-intl::gettextP.h14
-rw-r--r--finance/gnucash/files/patch-po::Makefile.in.in7
-rw-r--r--finance/gnucash/pkg-comment1
-rw-r--r--finance/gnucash/pkg-descr12
-rw-r--r--finance/gnucash/pkg-plist823
8 files changed, 0 insertions, 990 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
deleted file mode 100644
index f1b822bcdf6f..000000000000
--- a/finance/gnucash/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# Ports collection makefile for: gnucash
-# Date created: Mon Feb 03, 1997
-# Whom: David O'Brien (obrien@NUXI.com)
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnucash
-PORTVERSION= 1.6.2
-PORTREVISION= 1
-CATEGORIES= deskutils gnome
-MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
- ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
- http://www.linas.org/pub/ \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnucash
-
-MAINTAINER= gnome@FreeBSD.org
-
-BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \
- g-wrap-config:${PORTSDIR}/devel/g-wrap \
- eperl:${PORTSDIR}/lang/eperl
-LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \
- guppidata.11:${PORTSDIR}/math/guppi \
- popt.0:${PORTSDIR}/devel/popt
-RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \
- ${site_perl}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \
- ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${site_perl}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
- ${site_perl}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote
-
-site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_XPM= yes
-USE_PERL5= yes
-USE_GNOME= yes
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl"
-
-MAN1= gnc-prices.1 gnucash.1
-
-pre-patch:
- @${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's^\$\{datadir\}/gnome/^\$\(datadir\)/^g ; \
- s^\$\{datadir\}/aclocal^\$\(prefix\)/share/aclocal^g ; \
- s^\$\{datadir\}/locale^\$\(prefix\)/share/locale^g'
-
-post-install:
- @strip ${PREFIX}/bin/gnucash
-
-.include <bsd.port.mk>
diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo
deleted file mode 100644
index 9ffd67bba998..000000000000
--- a/finance/gnucash/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnucash-1.6.2.tar.gz) = 1038c35b204d04581f3528fd8e8450ee
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure
deleted file mode 100644
index 6504cb4ed066..000000000000
--- a/finance/gnucash/files/patch-configure
+++ /dev/null
@@ -1,74 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Fri Jul 27 18:29:30 2001
-+++ configure Fri Jul 27 18:58:09 2001
-@@ -5001,7 +5001,7 @@
- #line 5002 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
--#include <iconv.h>
-+#include <giconv.h>
- int main() {
- iconv_t cd = iconv_open("","");
- iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5018,12 +5018,12 @@
- rm -f conftest*
- if test "$am_cv_func_iconv" != yes; then
- am_save_LIBS="$LIBS"
-- LIBS="$LIBS -liconv"
-+ LIBS="$LIBS -lgiconv"
- cat > conftest.$ac_ext <<EOF
- #line 5024 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
--#include <iconv.h>
-+#include <giconv.h>
- int main() {
- iconv_t cd = iconv_open("","");
- iconv(cd,NULL,NULL,NULL,NULL);
-@@ -5061,7 +5061,7 @@
- #include "confdefs.h"
-
- #include <stdlib.h>
--#include <iconv.h>
-+#include <giconv.h>
- extern
- #ifdef __cplusplus
- "C"
-@@ -5099,7 +5099,7 @@
- fi
- LIBICONV=
- if test "$am_cv_lib_iconv" = yes; then
-- LIBICONV="-liconv"
-+ LIBICONV="-lgiconv"
- fi
-
-
-@@ -6023,7 +6023,7 @@
- withval="$with_help_prefix"
- GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
- else
-- GNC_HELPDIR="\${datadir}/gnome/help/gnucash"
-+ GNC_HELPDIR="\${datadir}/help/gnucash"
- fi
-
-
-@@ -6461,7 +6461,7 @@
-
-
- if test "$prefer_db1" = "yes"; then
-- for ac_hdr in db_185.h db1/db.h
-+ for ac_hdr in db_185.h db.h db1/db.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -6501,7 +6501,7 @@
- fi
- done
-
-- if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
-+ if test "$ac_cv_header_db_185_h$ac_cv_header_db_h" = nono; then
- { echo "configure: error: Berkeley db library required for GnuCash" 1>&2; exit 1; }
- fi
- cat >> confdefs.h <<\EOF
diff --git a/finance/gnucash/files/patch-intl::gettextP.h b/finance/gnucash/files/patch-intl::gettextP.h
deleted file mode 100644
index 93e8fc70bd28..000000000000
--- a/finance/gnucash/files/patch-intl::gettextP.h
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- intl/gettextP.h 2001/07/27 15:27:33 1.1
-+++ intl/gettextP.h 2001/07/27 15:27:49
-@@ -25,7 +25,7 @@
- # include "../iconv/gconv_int.h"
- #else
- # if HAVE_ICONV
--# include <iconv.h>
-+# include <giconv.h>
- # endif
- #endif
-
diff --git a/finance/gnucash/files/patch-po::Makefile.in.in b/finance/gnucash/files/patch-po::Makefile.in.in
deleted file mode 100644
index 5586a26e17f2..000000000000
--- a/finance/gnucash/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,7 +0,0 @@
---- po/Makefile.in.in.orig Fri Apr 27 01:23:42 2001
-+++ po/Makefile.in.in Tue May 22 18:25:29 2001
-@@ -22,3 +22,3 @@
- datadir = @datadir@
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- gettextsrcdir = $(datadir)/gettext/po
diff --git a/finance/gnucash/pkg-comment b/finance/gnucash/pkg-comment
deleted file mode 100644
index e34c361e9bae..000000000000
--- a/finance/gnucash/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Quicken-like money and finace manager
diff --git a/finance/gnucash/pkg-descr b/finance/gnucash/pkg-descr
deleted file mode 100644
index db12731a514f..000000000000
--- a/finance/gnucash/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Gnucash is the next generation of money manager created from a merger of
-X-Accountant and GnoMoney.
-
-Its features include:
-
-* Ability to import Quicken files ( a must )
-* Reports, Graphs, and all of those goodies that you find in Quicken.
-* Gnome compliant ( if that is the correct way to put it )
-* Separate the GUI from the actual "account/transaction engine"
-* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. )
-
-WWW: http://www.gnucash.org/
diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist
deleted file mode 100644
index a91fe1c5a8ea..000000000000
--- a/finance/gnucash/pkg-plist
+++ /dev/null
@@ -1,823 +0,0 @@
-bin/gnc-prices
-bin/gnucash
-bin/gnucash-make-guids
-bin/update-finance-quote
-etc/gnucash/config
-info/gnucash-design.info
-info/gnucash-design.info-1
-info/gnucash-design.info-2
-info/gnucash-design.info-3
-info/gnucash-design.info-4
-lib/libgncengine.a
-lib/libgncengine.so
-lib/libgncengine.so.2
-share/gnome/apps/Applications/gnucash.desktop
-share/gnome/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_carloan.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_childcare.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_common.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_currency.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_homeown.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_renter.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea
-share/gnome/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_currency.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea
-share/gnome/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_currency.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
-share/gnome/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
-share/gnome/gnucash/doc/AUTHORS
-share/gnome/gnucash/doc/COPYING
-share/gnome/gnucash/doc/ChangeLog
-share/gnome/gnucash/doc/ChangeLog.1
-share/gnome/gnucash/doc/HACKING
-share/gnome/gnucash/doc/INSTALL
-share/gnome/gnucash/doc/NEWS
-share/gnome/gnucash/doc/README
-share/gnome/gnucash/doc/README.francais
-share/gnome/gnucash/doc/README.german
-share/gnome/gnucash/doc/README.patches
-share/gnome/gnucash/doc/examples/Money95bank_fr.qif
-share/gnome/gnucash/doc/examples/Money95invst_fr.qif
-share/gnome/gnucash/doc/examples/Money95mfunds_fr.qif
-share/gnome/gnucash/doc/examples/Money95stocks_fr.qif
-share/gnome/gnucash/doc/examples/README
-share/gnome/gnucash/doc/examples/abc-all.qif
-share/gnome/gnucash/doc/examples/abc.qif
-share/gnome/gnucash/doc/examples/bogus.qif
-share/gnome/gnucash/doc/examples/cbb-export.qif
-share/gnome/gnucash/doc/examples/currency.xac
-share/gnome/gnucash/doc/examples/currency_tree_xml.xac
-share/gnome/gnucash/doc/examples/every.qif
-share/gnome/gnucash/doc/examples/ms-money.qif
-share/gnome/gnucash/doc/examples/quicktest.qif
-share/gnome/gnucash/doc/examples/splitdemo.xac
-share/gnome/gnucash/doc/examples/swipe.qif
-share/gnome/gnucash/doc/examples/taxreport.xac
-share/gnome/gnucash/doc/examples/test.xac
-share/gnome/gnucash/doc/examples/test2.xac
-share/gnome/gnucash/doc/examples/test3.xac
-share/gnome/gnucash/doc/examples/test4.xac
-share/gnome/gnucash/doc/examples/trading.xac
-share/gnome/gnucash/doc/examples/trading2.xac
-share/gnome/gnucash/doc/examples/web.qif
-share/gnome/gnucash/doc/examples/xfer.xac
-share/gnome/gnucash/doc/gnc.html
-share/gnome/gnucash/doc/guile-hackers.txt
-share/gnome/gnucash/doc/projects.html
-share/gnome/gnucash/finance-quote-helper
-share/gnome/gnucash/guile-modules/gnucash/report/account-piecharts.scm
-share/gnome/gnucash/guile-modules/gnucash/report/account-summary.scm
-share/gnome/gnucash/guile-modules/gnucash/report/average-balance.scm
-share/gnome/gnucash/guile-modules/gnucash/report/balance-sheet.scm
-share/gnome/gnucash/guile-modules/gnucash/report/category-barchart.scm
-share/gnome/gnucash/guile-modules/gnucash/report/hello-world.scm
-share/gnome/gnucash/guile-modules/gnucash/report/iframe-url.scm
-share/gnome/gnucash/guile-modules/gnucash/report/net-barchart.scm
-share/gnome/gnucash/guile-modules/gnucash/report/pnl.scm
-share/gnome/gnucash/guile-modules/gnucash/report/portfolio.scm
-share/gnome/gnucash/guile-modules/gnucash/report/price-scatter.scm
-share/gnome/gnucash/guile-modules/gnucash/report/register.scm
-share/gnome/gnucash/guile-modules/gnucash/report/taxtxf.scm
-share/gnome/gnucash/guile-modules/gnucash/report/transaction.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-1.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-11.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-19.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-2.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-8.scm
-share/gnome/gnucash/guile-modules/srfi/srfi-9.scm
-share/gnome/gnucash/guile-modules/www/cgi.scm
-share/gnome/gnucash/guile-modules/www/http.scm
-share/gnome/gnucash/guile-modules/www/main.scm
-share/gnome/gnucash/guile-modules/www/url.scm
-share/gnome/gnucash/html/fr/bofa-mym.html
-share/gnome/gnucash/html/fr/image/appr-asset1.gif
-share/gnome/gnucash/html/fr/image/appr-asset2.gif
-share/gnome/gnucash/html/fr/image/appr-income.gif
-share/gnome/gnucash/html/fr/image/appr-main1.gif
-share/gnome/gnucash/html/fr/image/appr-main2.gif
-share/gnome/gnucash/html/fr/image/contract.gif
-share/gnome/gnucash/html/fr/image/depr-asset.gif
-share/gnome/gnucash/html/fr/image/depr-main.gif
-share/gnome/gnucash/html/fr/image/expand.gif
-share/gnome/gnucash/html/fr/image/foliowin-single.gif
-share/gnome/gnucash/html/fr/image/foliowin.gif
-share/gnome/gnucash/html/fr/image/newaccwin-code.gif
-share/gnome/gnucash/html/fr/image/newaccwin-trade.gif
-share/gnome/gnucash/html/fr/image/newaccwin.gif
-share/gnome/gnucash/html/fr/image/recnwin.gif
-share/gnome/gnucash/html/fr/image/regwin-double.gif
-share/gnome/gnucash/html/fr/image/regwin-multi.gif
-share/gnome/gnucash/html/fr/image/regwin-single.gif
-share/gnome/gnucash/html/fr/image/regwin-single2.gif
-share/gnome/gnucash/html/fr/image/regwin.gif
-share/gnome/gnucash/html/fr/image/report-baln.gif
-share/gnome/gnucash/html/fr/image/report-folio.gif
-share/gnome/gnucash/html/fr/image/report-option.gif
-share/gnome/gnucash/html/fr/image/reportwin.gif
-share/gnome/gnucash/html/fr/image/ticker-a.gif
-share/gnome/gnucash/html/fr/image/ticker-b.gif
-share/gnome/gnucash/html/fr/projects.html
-share/gnome/gnucash/html/fr/xacc-about.html
-share/gnome/gnucash/html/fr/xacc-accountedit.html
-share/gnome/gnucash/html/fr/xacc-acctypes.html
-share/gnome/gnucash/html/fr/xacc-accwin.html
-share/gnome/gnucash/html/fr/xacc-adjbwin.html
-share/gnome/gnucash/html/fr/xacc-apar.html
-share/gnome/gnucash/html/fr/xacc-apprdepr.html
-share/gnome/gnucash/html/fr/xacc-bal_tracker.html
-share/gnome/gnucash/html/fr/xacc-balsheet.html
-share/gnome/gnucash/html/fr/xacc-currency.html
-share/gnome/gnucash/html/fr/xacc-date.html
-share/gnome/gnucash/html/fr/xacc-double.html
-share/gnome/gnucash/html/fr/xacc-expense.html
-share/gnome/gnucash/html/fr/xacc-globalprefs.html
-share/gnome/gnucash/html/fr/xacc-gpl-fr.html
-share/gnome/gnucash/html/fr/xacc-gpl.html
-share/gnome/gnucash/html/fr/xacc-groups.html
-share/gnome/gnucash/html/fr/xacc-main.html
-share/gnome/gnucash/html/fr/xacc-mainwin.html
-share/gnome/gnucash/html/fr/xacc-pnl.html
-share/gnome/gnucash/html/fr/xacc-print.html
-share/gnome/gnucash/html/fr/xacc-quicken.html
-share/gnome/gnucash/html/fr/xacc-recnwin.html
-share/gnome/gnucash/html/fr/xacc-regwin.html
-share/gnome/gnucash/html/fr/xacc-reports.html
-share/gnome/gnucash/html/fr/xacc-ticker.html
-share/gnome/gnucash/html/fr/xacc-trans_report.html
-share/gnome/gnucash/html/fr/xacc-y2k.html
-share/gnome/gnucash/html/gnucash.css
-share/gnome/gnucash/html/index.html
-share/gnome/gnucash/scm/bootstrap.scm
-share/gnome/gnucash/scm/c-interface.scm
-share/gnome/gnucash/scm/command-line.scm
-share/gnome/gnucash/scm/commodity-import.scm
-share/gnome/gnucash/scm/commodity-table.scm
-share/gnome/gnucash/scm/commodity-utilities.scm
-share/gnome/gnucash/scm/config-var.scm
-share/gnome/gnucash/scm/date-utilities.scm
-share/gnome/gnucash/scm/depend.scm
-share/gnome/gnucash/scm/doc.scm
-share/gnome/gnucash/scm/engine-init.scm
-share/gnome/gnucash/scm/engine-interface.scm
-share/gnome/gnucash/scm/engine-utilities.scm
-share/gnome/gnucash/scm/extensions.scm
-share/gnome/gnucash/scm/gnc-numeric.scm
-share/gnome/gnucash/scm/gnumeric/gnumeric-utilities.scm
-share/gnome/gnucash/scm/gnumeric/table-utils.scm
-share/gnome/gnucash/scm/graph.scm
-share/gnome/gnucash/scm/help-topics-index.scm
-share/gnome/gnucash/scm/hooks.scm
-share/gnome/gnucash/scm/html-barchart.scm
-share/gnome/gnucash/scm/html-document.scm
-share/gnome/gnucash/scm/html-piechart.scm
-share/gnome/gnucash/scm/html-scatter.scm
-share/gnome/gnucash/scm/html-style-info.scm
-share/gnome/gnucash/scm/html-style-sheet.scm
-share/gnome/gnucash/scm/html-table.scm
-share/gnome/gnucash/scm/html-text.scm
-share/gnome/gnucash/scm/html-utilities.scm
-share/gnome/gnucash/scm/iso-4217-currencies.scm
-share/gnome/gnucash/scm/main-window.scm
-share/gnome/gnucash/scm/main.scm
-share/gnome/gnucash/scm/options-utilities.scm
-share/gnome/gnucash/scm/options.scm
-share/gnome/gnucash/scm/path.scm
-share/gnome/gnucash/scm/prefs.scm
-share/gnome/gnucash/scm/price-quotes.scm
-share/gnome/gnucash/scm/printing/number-to-words.scm
-share/gnome/gnucash/scm/printing/print-check.scm
-share/gnome/gnucash/scm/process.scm
-share/gnome/gnucash/scm/qif-import/qif-dialog-utils.scm
-share/gnome/gnucash/scm/qif-import/qif-file.scm
-share/gnome/gnucash/scm/qif-import/qif-guess-map.scm
-share/gnome/gnucash/scm/qif-import/qif-import.scm
-share/gnome/gnucash/scm/qif-import/qif-merge-groups.scm
-share/gnome/gnucash/scm/qif-import/qif-objects.scm
-share/gnome/gnucash/scm/qif-import/qif-parse.scm
-share/gnome/gnucash/scm/qif-import/qif-to-gnc.scm
-share/gnome/gnucash/scm/qif-import/qif-utils.scm
-share/gnome/gnucash/scm/qif-import/simple-obj.scm
-share/gnome/gnucash/scm/report-html.scm
-share/gnome/gnucash/scm/report-utilities.scm
-share/gnome/gnucash/scm/report.scm
-share/gnome/gnucash/scm/report/report-list.scm
-share/gnome/gnucash/scm/report/stylesheet-fancy.scm
-share/gnome/gnucash/scm/report/stylesheet-plain.scm
-share/gnome/gnucash/scm/report/txf-export-help.scm
-share/gnome/gnucash/scm/report/txf-export.scm
-share/gnome/gnucash/scm/report/view-column.scm
-share/gnome/gnucash/scm/report/welcome-to-gnucash.scm
-share/gnome/gnucash/scm/slib-backup.scm
-share/gnome/gnucash/scm/startup.scm
-share/gnome/gnucash/scm/structure.scm
-share/gnome/gnucash/scm/substring-search.scm
-share/gnome/gnucash/scm/testbed.scm
-share/gnome/gnucash/scm/text-export.scm
-share/gnome/gnucash/scm/tip-list.scm
-share/gnome/gnucash/scm/tip-of-the-day.scm
-share/gnome/gnucash/scm/utilities.scm
-share/gnome/gnucash/scm/xgettext.scm
-share/gnome/gnucash/scm/xml-generator.scm
-share/gnome/help/gnucash/C/bofa-mym.html
-share/gnome/help/gnucash/C/dialog-categories.html
-share/gnome/help/gnucash/C/help-search-index.db
-share/gnome/help/gnucash/C/image/appr-asset1.png
-share/gnome/help/gnucash/C/image/appr-asset2.png
-share/gnome/help/gnucash/C/image/appr-main1.png
-share/gnome/help/gnucash/C/image/appr-main2.png
-share/gnome/help/gnucash/C/image/asset-barchart.png
-share/gnome/help/gnucash/C/image/asset-piechart.png
-share/gnome/help/gnucash/C/image/autosplitledger.png
-share/gnome/help/gnucash/C/image/basicledger-transfer.png
-share/gnome/help/gnucash/C/image/basicledger.png
-share/gnome/help/gnucash/C/image/contract.png
-share/gnome/help/gnucash/C/image/depr-asset.png
-share/gnome/help/gnucash/C/image/depr-main.png
-share/gnome/help/gnucash/C/image/editaccount.png
-share/gnome/help/gnucash/C/image/expand.png
-share/gnome/help/gnucash/C/image/financial-calculator.png
-share/gnome/help/gnucash/C/image/foliowin-single.png
-share/gnome/help/gnucash/C/image/foliowin.png
-share/gnome/help/gnucash/C/image/foreign-currency.png
-share/gnome/help/gnucash/C/image/general-ledger.png
-share/gnome/help/gnucash/C/image/income-barchart.png
-share/gnome/help/gnucash/C/image/income-piechart.png
-share/gnome/help/gnucash/C/image/logo-NetBSD-banner.png
-share/gnome/help/gnucash/C/image/logo-debian.png
-share/gnome/help/gnucash/C/image/logo-linux.png
-share/gnome/help/gnucash/C/image/mdi-notebook.png
-share/gnome/help/gnucash/C/image/mdi-onewindow.png
-share/gnome/help/gnucash/C/image/mdi-toplevel.png
-share/gnome/help/gnucash/C/image/menu-and-toolbar.png
-share/gnome/help/gnucash/C/image/new-user-frame1.png
-share/gnome/help/gnucash/C/image/new-user-frame2.png
-share/gnome/help/gnucash/C/image/new-user-frame3.png
-share/gnome/help/gnucash/C/image/new-user-frame4.png
-share/gnome/help/gnucash/C/image/new-user-frame5.png
-share/gnome/help/gnucash/C/image/newaccwin-code.png
-share/gnome/help/gnucash/C/image/newaccwin-trade.png
-share/gnome/help/gnucash/C/image/prefs-general.png
-share/gnome/help/gnucash/C/image/prefs-international.png
-share/gnome/help/gnucash/C/image/prefs-network.png
-share/gnome/help/gnucash/C/image/prefs-qif-import.png
-share/gnome/help/gnucash/C/image/prefs-reconcile.png
-share/gnome/help/gnucash/C/image/prefs-register-colors.png
-share/gnome/help/gnucash/C/image/prefs-register.png
-share/gnome/help/gnucash/C/image/prefs-user-info.png
-share/gnome/help/gnucash/C/image/pricedb.png
-share/gnome/help/gnucash/C/image/recninfo.png
-share/gnome/help/gnucash/C/image/recnwin.png
-share/gnome/help/gnucash/C/image/report-av-baln.png
-share/gnome/help/gnucash/C/image/report-baln.png
-share/gnome/help/gnucash/C/image/report-folio.png
-share/gnome/help/gnucash/C/image/report-option.png
-share/gnome/help/gnucash/C/image/report-pnl.png
-share/gnome/help/gnucash/C/image/report-tax-options.png
-share/gnome/help/gnucash/C/image/report-tax.png
-share/gnome/help/gnucash/C/image/reportwin.png
-share/gnome/help/gnucash/C/image/tax-info-dialog.png
-share/gnome/help/gnucash/C/image/transactionjrnl.png
-share/gnome/help/gnucash/C/index.html
-share/gnome/help/gnucash/C/intro.html
-share/gnome/help/gnucash/C/sec002.html
-share/gnome/help/gnucash/C/sec003.html
-share/gnome/help/gnucash/C/topic.dat
-share/gnome/help/gnucash/C/x2427.html
-share/gnome/help/gnucash/C/x2496.html
-share/gnome/help/gnucash/C/x2567.html
-share/gnome/help/gnucash/C/x2696.html
-share/gnome/help/gnucash/C/x2988.html
-share/gnome/help/gnucash/C/x3004.html
-share/gnome/help/gnucash/C/x3061.html
-share/gnome/help/gnucash/C/x3590.html
-share/gnome/help/gnucash/C/x3634.html
-share/gnome/help/gnucash/C/x3638.html
-share/gnome/help/gnucash/C/x3812.html
-share/gnome/help/gnucash/C/x3821.html
-share/gnome/help/gnucash/C/x3827.html
-share/gnome/help/gnucash/C/x3832.html
-share/gnome/help/gnucash/C/x3837.html
-share/gnome/help/gnucash/C/x3928.html
-share/gnome/help/gnucash/C/x3945.html
-share/gnome/help/gnucash/C/x3968.html
-share/gnome/help/gnucash/C/x3973.html
-share/gnome/help/gnucash/C/x3987.html
-share/gnome/help/gnucash/C/x4132.html
-share/gnome/help/gnucash/C/x4510.html
-share/gnome/help/gnucash/C/x956.html
-share/gnome/help/gnucash/C/x963.html
-share/gnome/help/gnucash/C/x972.html
-share/gnome/help/gnucash/C/x980.html
-share/gnome/help/gnucash/C/xacc-about.html
-share/gnome/help/gnucash/C/xacc-account-hierarchy-creator.html
-share/gnome/help/gnucash/C/xacc-accountedit.html
-share/gnome/help/gnucash/C/xacc-acctypes.html
-share/gnome/help/gnucash/C/xacc-advanced-features.html
-share/gnome/help/gnucash/C/xacc-apar.html
-share/gnome/help/gnucash/C/xacc-ar.html
-share/gnome/help/gnucash/C/xacc-asset-liability-barcharts.html
-share/gnome/help/gnucash/C/xacc-asset-liability-piecharts.html
-share/gnome/help/gnucash/C/xacc-balancereport.html
-share/gnome/help/gnucash/C/xacc-balancesheet.html
-share/gnome/help/gnucash/C/xacc-calculator.html
-share/gnome/help/gnucash/C/xacc-chartofaccts.html
-share/gnome/help/gnucash/C/xacc-commodity.html
-share/gnome/help/gnucash/C/xacc-common-report-options.html
-share/gnome/help/gnucash/C/xacc-compound-interest.html
-share/gnome/help/gnucash/C/xacc-contributors.html
-share/gnome/help/gnucash/C/xacc-currencyhandling.html
-share/gnome/help/gnucash/C/xacc-customreports.html
-share/gnome/help/gnucash/C/xacc-data-from-existing.html
-share/gnome/help/gnucash/C/xacc-dateinput.html
-share/gnome/help/gnucash/C/xacc-depr.html
-share/gnome/help/gnucash/C/xacc-depreciation.html
-share/gnome/help/gnucash/C/xacc-developers.html
-share/gnome/help/gnucash/C/xacc-docbookuse.html
-share/gnome/help/gnucash/C/xacc-dochack.html
-share/gnome/help/gnucash/C/xacc-doubleentry.html
-share/gnome/help/gnucash/C/xacc-doubleentryrule.html
-share/gnome/help/gnucash/C/xacc-doubleuse.html
-share/gnome/help/gnucash/C/xacc-dupetxns.html
-share/gnome/help/gnucash/C/xacc-euro.html
-share/gnome/help/gnucash/C/xacc-export-accounts.html
-share/gnome/help/gnucash/C/xacc-exthelp.html
-share/gnome/help/gnucash/C/xacc-features.html
-share/gnome/help/gnucash/C/xacc-file-operations.html
-share/gnome/help/gnucash/C/xacc-gnome-mdi.html
-share/gnome/help/gnucash/C/xacc-gnucash-web-browser.html
-share/gnome/help/gnucash/C/xacc-gpl.html
-share/gnome/help/gnucash/C/xacc-guile.html
-share/gnome/help/gnucash/C/xacc-history.html
-share/gnome/help/gnucash/C/xacc-incexpuse.html
-share/gnome/help/gnucash/C/xacc-income-expense-barcharts.html
-share/gnome/help/gnucash/C/xacc-income-expense-piecharts.html
-share/gnome/help/gnucash/C/xacc-incomeexpense.html
-share/gnome/help/gnucash/C/xacc-isocurr.html
-share/gnome/help/gnucash/C/xacc-locatingtxns.html
-share/gnome/help/gnucash/C/xacc-mainwin.html
-share/gnome/help/gnucash/C/xacc-multicolumn-view-report.html
-share/gnome/help/gnucash/C/xacc-multiple-reports.html
-share/gnome/help/gnucash/C/xacc-multiple-windows-view.html
-share/gnome/help/gnucash/C/xacc-net-worth-barchart.html
-share/gnome/help/gnucash/C/xacc-new-account-tree.html
-share/gnome/help/gnucash/C/xacc-newacctwin.html
-share/gnome/help/gnucash/C/xacc-oses.html
-share/gnome/help/gnucash/C/xacc-pnl.html
-share/gnome/help/gnucash/C/xacc-portfolio-report.html
-share/gnome/help/gnucash/C/xacc-postgres-backend.html
-share/gnome/help/gnucash/C/xacc-preferences.html
-share/gnome/help/gnucash/C/xacc-prepaidexpenses.html
-share/gnome/help/gnucash/C/xacc-price-editor.html
-share/gnome/help/gnucash/C/xacc-price-sources.html
-share/gnome/help/gnucash/C/xacc-print-check.html
-share/gnome/help/gnucash/C/xacc-print.html
-share/gnome/help/gnucash/C/xacc-qif-import.html
-share/gnome/help/gnucash/C/xacc-qif.html
-share/gnome/help/gnucash/C/xacc-quicken.html
-share/gnome/help/gnucash/C/xacc-quickencats.html
-share/gnome/help/gnucash/C/xacc-quickstart.html
-share/gnome/help/gnucash/C/xacc-recnwin.html
-share/gnome/help/gnucash/C/xacc-recording-incomeexpense.html
-share/gnome/help/gnucash/C/xacc-regwin-kbd.html
-share/gnome/help/gnucash/C/xacc-regwin.html
-share/gnome/help/gnucash/C/xacc-remedial-accounting.html
-share/gnome/help/gnucash/C/xacc-repdev.html
-share/gnome/help/gnucash/C/xacc-reports.html
-share/gnome/help/gnucash/C/xacc-samplechart.html
-share/gnome/help/gnucash/C/xacc-scheme.html
-share/gnome/help/gnucash/C/xacc-schemedocs.html
-share/gnome/help/gnucash/C/xacc-selecting-mdi-mode.html
-share/gnome/help/gnucash/C/xacc-single-window-view.html
-share/gnome/help/gnucash/C/xacc-stock-price-report.html
-share/gnome/help/gnucash/C/xacc-style-sheets.html
-share/gnome/help/gnucash/C/xacc-tax-report-example.html
-share/gnome/help/gnucash/C/xacc-tax-report.html
-share/gnome/help/gnucash/C/xacc-termsother.html
-share/gnome/help/gnucash/C/xacc-toplevel-toolbar.html
-share/gnome/help/gnucash/C/xacc-toplevel.html
-share/gnome/help/gnucash/C/xacc-trans-report.html
-share/gnome/help/gnucash/C/xacc-txf-categories.html
-share/gnome/help/gnucash/C/xacc-txf-export-anomalies.html
-share/gnome/help/gnucash/C/xacc-txf-export.html
-share/gnome/help/gnucash/C/xacc-url-reports.html
-share/gnome/help/gnucash/C/xacc-userdocs.html
-share/gnome/help/gnucash/C/xacc-versioning.html
-share/gnome/help/gnucash/C/xacc-whats-new.html
-share/gnome/help/gnucash/C/xacc-y2k.html
-share/gnome/help/gnucash/de_DE/dialog-categories.html
-share/gnome/help/gnucash/de_DE/help-search-index.db
-share/gnome/help/gnucash/de_DE/index.html
-share/gnome/help/gnucash/de_DE/intro.html
-share/gnome/help/gnucash/de_DE/sec002.html
-share/gnome/help/gnucash/de_DE/sec003.html
-share/gnome/help/gnucash/de_DE/topic.dat
-share/gnome/help/gnucash/de_DE/x1005.html
-share/gnome/help/gnucash/de_DE/x1013.html
-share/gnome/help/gnucash/de_DE/x2438.html
-share/gnome/help/gnucash/de_DE/x2507.html
-share/gnome/help/gnucash/de_DE/x2578.html
-share/gnome/help/gnucash/de_DE/x2631.html
-share/gnome/help/gnucash/de_DE/x2875.html
-share/gnome/help/gnucash/de_DE/x2891.html
-share/gnome/help/gnucash/de_DE/x2948.html
-share/gnome/help/gnucash/de_DE/x3475.html
-share/gnome/help/gnucash/de_DE/x3517.html
-share/gnome/help/gnucash/de_DE/x3521.html
-share/gnome/help/gnucash/de_DE/x3716.html
-share/gnome/help/gnucash/de_DE/x3725.html
-share/gnome/help/gnucash/de_DE/x3731.html
-share/gnome/help/gnucash/de_DE/x3736.html
-share/gnome/help/gnucash/de_DE/x3741.html
-share/gnome/help/gnucash/de_DE/x3832.html
-share/gnome/help/gnucash/de_DE/x3849.html
-share/gnome/help/gnucash/de_DE/x3872.html
-share/gnome/help/gnucash/de_DE/x3877.html
-share/gnome/help/gnucash/de_DE/x3891.html
-share/gnome/help/gnucash/de_DE/x4367.html
-share/gnome/help/gnucash/de_DE/x722.html
-share/gnome/help/gnucash/de_DE/x989.html
-share/gnome/help/gnucash/de_DE/x996.html
-share/gnome/help/gnucash/de_DE/xacc-about.html
-share/gnome/help/gnucash/de_DE/xacc-account-hierarchy-creator.html
-share/gnome/help/gnucash/de_DE/xacc-accountedit.html
-share/gnome/help/gnucash/de_DE/xacc-acctypes.html
-share/gnome/help/gnucash/de_DE/xacc-advanced-features.html
-share/gnome/help/gnucash/de_DE/xacc-apar.html
-share/gnome/help/gnucash/de_DE/xacc-ar.html
-share/gnome/help/gnucash/de_DE/xacc-asset-liability-barcharts.html
-share/gnome/help/gnucash/de_DE/xacc-asset-liability-piecharts.html
-share/gnome/help/gnucash/de_DE/xacc-balancereport.html
-share/gnome/help/gnucash/de_DE/xacc-balancesheet.html
-share/gnome/help/gnucash/de_DE/xacc-calculator.html
-share/gnome/help/gnucash/de_DE/xacc-chartofaccts.html
-share/gnome/help/gnucash/de_DE/xacc-commodity.html
-share/gnome/help/gnucash/de_DE/xacc-common-report-options.html
-share/gnome/help/gnucash/de_DE/xacc-compound-interest.html
-share/gnome/help/gnucash/de_DE/xacc-contributors.html
-share/gnome/help/gnucash/de_DE/xacc-currencyhandling.html
-share/gnome/help/gnucash/de_DE/xacc-customreports.html
-share/gnome/help/gnucash/de_DE/xacc-data-from-existing.html
-share/gnome/help/gnucash/de_DE/xacc-dateinput.html
-share/gnome/help/gnucash/de_DE/xacc-de-translation.html
-share/gnome/help/gnucash/de_DE/xacc-depr.html
-share/gnome/help/gnucash/de_DE/xacc-depreciation.html
-share/gnome/help/gnucash/de_DE/xacc-developers.html
-share/gnome/help/gnucash/de_DE/xacc-docbookuse.html
-share/gnome/help/gnucash/de_DE/xacc-dochack.html
-share/gnome/help/gnucash/de_DE/xacc-doubleentry.html
-share/gnome/help/gnucash/de_DE/xacc-doubleentryrule.html
-share/gnome/help/gnucash/de_DE/xacc-doubleuse.html
-share/gnome/help/gnucash/de_DE/xacc-euro.html
-share/gnome/help/gnucash/de_DE/xacc-export-accounts.html
-share/gnome/help/gnucash/de_DE/xacc-exthelp.html
-share/gnome/help/gnucash/de_DE/xacc-features.html
-share/gnome/help/gnucash/de_DE/xacc-file-operations.html
-share/gnome/help/gnucash/de_DE/xacc-gnome-mdi.html
-share/gnome/help/gnucash/de_DE/xacc-gnucash-web-browser.html
-share/gnome/help/gnucash/de_DE/xacc-gpl.html
-share/gnome/help/gnucash/de_DE/xacc-guile.html
-share/gnome/help/gnucash/de_DE/xacc-incexpuse.html
-share/gnome/help/gnucash/de_DE/xacc-income-expense-barcharts.html
-share/gnome/help/gnucash/de_DE/xacc-income-expense-piecharts.html
-share/gnome/help/gnucash/de_DE/xacc-incomeexpense.html
-share/gnome/help/gnucash/de_DE/xacc-isocurr.html
-share/gnome/help/gnucash/de_DE/xacc-locatingtxns.html
-share/gnome/help/gnucash/de_DE/xacc-mainwin.html
-share/gnome/help/gnucash/de_DE/xacc-multicolumn-view-report.html
-share/gnome/help/gnucash/de_DE/xacc-multiple-reports.html
-share/gnome/help/gnucash/de_DE/xacc-multiple-windows-view.html
-share/gnome/help/gnucash/de_DE/xacc-net-worth-barchart.html
-share/gnome/help/gnucash/de_DE/xacc-new-account-tree.html
-share/gnome/help/gnucash/de_DE/xacc-newacctwin.html
-share/gnome/help/gnucash/de_DE/xacc-oses.html
-share/gnome/help/gnucash/de_DE/xacc-pnl.html
-share/gnome/help/gnucash/de_DE/xacc-portfolio-report.html
-share/gnome/help/gnucash/de_DE/xacc-postgres-backend.html
-share/gnome/help/gnucash/de_DE/xacc-preferences.html
-share/gnome/help/gnucash/de_DE/xacc-prepaidexpenses.html
-share/gnome/help/gnucash/de_DE/xacc-price-editor.html
-share/gnome/help/gnucash/de_DE/xacc-price-sources.html
-share/gnome/help/gnucash/de_DE/xacc-print-check.html
-share/gnome/help/gnucash/de_DE/xacc-print.html
-share/gnome/help/gnucash/de_DE/xacc-qif-import.html
-share/gnome/help/gnucash/de_DE/xacc-qif.html
-share/gnome/help/gnucash/de_DE/xacc-quicken.html
-share/gnome/help/gnucash/de_DE/xacc-quickencats.html
-share/gnome/help/gnucash/de_DE/xacc-quickstart.html
-share/gnome/help/gnucash/de_DE/xacc-recnwin.html
-share/gnome/help/gnucash/de_DE/xacc-recording-incomeexpense.html
-share/gnome/help/gnucash/de_DE/xacc-regwin-kbd.html
-share/gnome/help/gnucash/de_DE/xacc-regwin.html
-share/gnome/help/gnucash/de_DE/xacc-remedial-accounting.html
-share/gnome/help/gnucash/de_DE/xacc-repdev.html
-share/gnome/help/gnucash/de_DE/xacc-reports.html
-share/gnome/help/gnucash/de_DE/xacc-samplechart.html
-share/gnome/help/gnucash/de_DE/xacc-scheme.html
-share/gnome/help/gnucash/de_DE/xacc-schemedocs.html
-share/gnome/help/gnucash/de_DE/xacc-selecting-mdi-mode.html
-share/gnome/help/gnucash/de_DE/xacc-single-window-view.html
-share/gnome/help/gnucash/de_DE/xacc-stock-price-report.html
-share/gnome/help/gnucash/de_DE/xacc-style-sheets.html
-share/gnome/help/gnucash/de_DE/xacc-tax-report.html
-share/gnome/help/gnucash/de_DE/xacc-termsother.html
-share/gnome/help/gnucash/de_DE/xacc-toplevel-toolbar.html
-share/gnome/help/gnucash/de_DE/xacc-toplevel.html
-share/gnome/help/gnucash/de_DE/xacc-trans-report.html
-share/gnome/help/gnucash/de_DE/xacc-txf-categories.html
-share/gnome/help/gnucash/de_DE/xacc-txf-export-anomalies.html
-share/gnome/help/gnucash/de_DE/xacc-txf-export.html
-share/gnome/help/gnucash/de_DE/xacc-url-reports.html
-share/gnome/help/gnucash/de_DE/xacc-userdocs.html
-share/gnome/help/gnucash/de_DE/xacc-versioning.html
-share/gnome/help/gnucash/de_DE/xacc-whats-new.html
-share/gnome/help/gnucash/de_DE/xacc-y2k.html
-share/gnome/help/gnucash/es/a6200.html
-share/gnome/help/gnucash/es/bofa-mym.html
-share/gnome/help/gnucash/es/gpl.html
-share/gnome/help/gnucash/es/help-search-index.db
-share/gnome/help/gnucash/es/index.html
-share/gnome/help/gnucash/es/topic.dat
-share/gnome/help/gnucash/es/x6206.html
-share/gnome/help/gnucash/es/x6216.html
-share/gnome/help/gnucash/es/x6226.html
-share/gnome/help/gnucash/es/x6240.html
-share/gnome/help/gnucash/es/xacc-about.html
-share/gnome/help/gnucash/es/xacc-accountedit.html
-share/gnome/help/gnucash/es/xacc-acctypes.html
-share/gnome/help/gnucash/es/xacc-adjbalwin.html
-share/gnome/help/gnucash/es/xacc-apar.html
-share/gnome/help/gnucash/es/xacc-ar.html
-share/gnome/help/gnucash/es/xacc-ardef.html
-share/gnome/help/gnucash/es/xacc-balancereport.html
-share/gnome/help/gnucash/es/xacc-balancesheet.html
-share/gnome/help/gnucash/es/xacc-capitalgains.html
-share/gnome/help/gnucash/es/xacc-chartofaccts.html
-share/gnome/help/gnucash/es/xacc-commodity.html
-share/gnome/help/gnucash/es/xacc-contributors.html
-share/gnome/help/gnucash/es/xacc-currencyhandling.html
-share/gnome/help/gnucash/es/xacc-customreports.html
-share/gnome/help/gnucash/es/xacc-dateinput.html
-share/gnome/help/gnucash/es/xacc-depr.html
-share/gnome/help/gnucash/es/xacc-depreciation.html
-share/gnome/help/gnucash/es/xacc-developers.html
-share/gnome/help/gnucash/es/xacc-docbookuse.html
-share/gnome/help/gnucash/es/xacc-dochack.html
-share/gnome/help/gnucash/es/xacc-doubledef.html
-share/gnome/help/gnucash/es/xacc-doubleentry.html
-share/gnome/help/gnucash/es/xacc-doubleentryrule.html
-share/gnome/help/gnucash/es/xacc-doubleuse.html
-share/gnome/help/gnucash/es/xacc-dupetxns.html
-share/gnome/help/gnucash/es/xacc-euro.html
-share/gnome/help/gnucash/es/xacc-exthelp.html
-share/gnome/help/gnucash/es/xacc-features.html
-share/gnome/help/gnucash/es/xacc-gpl.html
-share/gnome/help/gnucash/es/xacc-history.html
-share/gnome/help/gnucash/es/xacc-incexpuse.html
-share/gnome/help/gnucash/es/xacc-incomeexpense.html
-share/gnome/help/gnucash/es/xacc-isocurr.html
-share/gnome/help/gnucash/es/xacc-locatingtxns.html
-share/gnome/help/gnucash/es/xacc-mainwin.html
-share/gnome/help/gnucash/es/xacc-mantxn.html
-share/gnome/help/gnucash/es/xacc-newacctwin.html
-share/gnome/help/gnucash/es/xacc-oses.html
-share/gnome/help/gnucash/es/xacc-pnl.html
-share/gnome/help/gnucash/es/xacc-portfolio-report.html
-share/gnome/help/gnucash/es/xacc-preferences.html
-share/gnome/help/gnucash/es/xacc-prepaidexpenses.html
-share/gnome/help/gnucash/es/xacc-print-check.html
-share/gnome/help/gnucash/es/xacc-print.html
-share/gnome/help/gnucash/es/xacc-qif-import.html
-share/gnome/help/gnucash/es/xacc-qif.html
-share/gnome/help/gnucash/es/xacc-quicken.html
-share/gnome/help/gnucash/es/xacc-quickencats.html
-share/gnome/help/gnucash/es/xacc-recnwin.html
-share/gnome/help/gnucash/es/xacc-reconciliation.html
-share/gnome/help/gnucash/es/xacc-recording-incomeexpense.html
-share/gnome/help/gnucash/es/xacc-regwin-kbd.html
-share/gnome/help/gnucash/es/xacc-regwin.html
-share/gnome/help/gnucash/es/xacc-reports.html
-share/gnome/help/gnucash/es/xacc-reportwindow.html
-share/gnome/help/gnucash/es/xacc-samplechart.html
-share/gnome/help/gnucash/es/xacc-scrubbing.html
-share/gnome/help/gnucash/es/xacc-stkptlo.html
-share/gnome/help/gnucash/es/xacc-tax-report-example.html
-share/gnome/help/gnucash/es/xacc-tax-report.html
-share/gnome/help/gnucash/es/xacc-termsother.html
-share/gnome/help/gnucash/es/xacc-ticker.html
-share/gnome/help/gnucash/es/xacc-trans-report.html
-share/gnome/help/gnucash/es/xacc-txf-categories.html
-share/gnome/help/gnucash/es/xacc-txf-export-anomalies.html
-share/gnome/help/gnucash/es/xacc-txf-export.html
-share/gnome/help/gnucash/es/xacc-userdocs.html
-share/gnome/help/gnucash/es/xacc-versioning.html
-share/gnome/help/gnucash/es/xacc-viewtxn.html
-share/gnome/help/gnucash/es/xacc-y2k.html
-share/gnome/help/gnucash/pt_PT/bofa-mym.html
-share/gnome/help/gnucash/pt_PT/dialog-categories.html
-share/gnome/help/gnucash/pt_PT/help-search-index.db
-share/gnome/help/gnucash/pt_PT/index.html
-share/gnome/help/gnucash/pt_PT/intro.html
-share/gnome/help/gnucash/pt_PT/sec002.html
-share/gnome/help/gnucash/pt_PT/sec003.html
-share/gnome/help/gnucash/pt_PT/topic.dat
-share/gnome/help/gnucash/pt_PT/x2415.html
-share/gnome/help/gnucash/pt_PT/x2484.html
-share/gnome/help/gnucash/pt_PT/x2555.html
-share/gnome/help/gnucash/pt_PT/x2682.html
-share/gnome/help/gnucash/pt_PT/x2978.html
-share/gnome/help/gnucash/pt_PT/x2994.html
-share/gnome/help/gnucash/pt_PT/x3051.html
-share/gnome/help/gnucash/pt_PT/x3580.html
-share/gnome/help/gnucash/pt_PT/x3624.html
-share/gnome/help/gnucash/pt_PT/x3628.html
-share/gnome/help/gnucash/pt_PT/x3804.html
-share/gnome/help/gnucash/pt_PT/x3813.html
-share/gnome/help/gnucash/pt_PT/x3819.html
-share/gnome/help/gnucash/pt_PT/x3824.html
-share/gnome/help/gnucash/pt_PT/x3829.html
-share/gnome/help/gnucash/pt_PT/x3920.html
-share/gnome/help/gnucash/pt_PT/x3937.html
-share/gnome/help/gnucash/pt_PT/x3960.html
-share/gnome/help/gnucash/pt_PT/x3965.html
-share/gnome/help/gnucash/pt_PT/x3979.html
-share/gnome/help/gnucash/pt_PT/x4124.html
-share/gnome/help/gnucash/pt_PT/x4502.html
-share/gnome/help/gnucash/pt_PT/x946.html
-share/gnome/help/gnucash/pt_PT/x953.html
-share/gnome/help/gnucash/pt_PT/x962.html
-share/gnome/help/gnucash/pt_PT/x970.html
-share/gnome/help/gnucash/pt_PT/xacc-about.html
-share/gnome/help/gnucash/pt_PT/xacc-account-hierarchy-creator.html
-share/gnome/help/gnucash/pt_PT/xacc-accountedit.html
-share/gnome/help/gnucash/pt_PT/xacc-acctypes.html
-share/gnome/help/gnucash/pt_PT/xacc-advanced-features.html
-share/gnome/help/gnucash/pt_PT/xacc-apar.html
-share/gnome/help/gnucash/pt_PT/xacc-ar.html
-share/gnome/help/gnucash/pt_PT/xacc-asset-liability-barcharts.html
-share/gnome/help/gnucash/pt_PT/xacc-asset-liability-piecharts.html
-share/gnome/help/gnucash/pt_PT/xacc-balancereport.html
-share/gnome/help/gnucash/pt_PT/xacc-balancesheet.html
-share/gnome/help/gnucash/pt_PT/xacc-calculator.html
-share/gnome/help/gnucash/pt_PT/xacc-chartofaccts.html
-share/gnome/help/gnucash/pt_PT/xacc-commodity.html
-share/gnome/help/gnucash/pt_PT/xacc-common-report-options.html
-share/gnome/help/gnucash/pt_PT/xacc-compound-interest.html
-share/gnome/help/gnucash/pt_PT/xacc-contributors.html
-share/gnome/help/gnucash/pt_PT/xacc-currencyhandling.html
-share/gnome/help/gnucash/pt_PT/xacc-customreports.html
-share/gnome/help/gnucash/pt_PT/xacc-data-from-existing.html
-share/gnome/help/gnucash/pt_PT/xacc-dateinput.html
-share/gnome/help/gnucash/pt_PT/xacc-depr.html
-share/gnome/help/gnucash/pt_PT/xacc-depreciation.html
-share/gnome/help/gnucash/pt_PT/xacc-developers.html
-share/gnome/help/gnucash/pt_PT/xacc-docbookuse.html
-share/gnome/help/gnucash/pt_PT/xacc-dochack.html
-share/gnome/help/gnucash/pt_PT/xacc-doubleentry.html
-share/gnome/help/gnucash/pt_PT/xacc-doubleentryrule.html
-share/gnome/help/gnucash/pt_PT/xacc-doubleuse.html
-share/gnome/help/gnucash/pt_PT/xacc-dupetxns.html
-share/gnome/help/gnucash/pt_PT/xacc-euro.html
-share/gnome/help/gnucash/pt_PT/xacc-export-accounts.html
-share/gnome/help/gnucash/pt_PT/xacc-exthelp.html
-share/gnome/help/gnucash/pt_PT/xacc-features.html
-share/gnome/help/gnucash/pt_PT/xacc-file-operations.html
-share/gnome/help/gnucash/pt_PT/xacc-gnome-mdi.html
-share/gnome/help/gnucash/pt_PT/xacc-gnucash-web-browser.html
-share/gnome/help/gnucash/pt_PT/xacc-gpl.html
-share/gnome/help/gnucash/pt_PT/xacc-guile.html
-share/gnome/help/gnucash/pt_PT/xacc-history.html
-share/gnome/help/gnucash/pt_PT/xacc-incexpuse.html
-share/gnome/help/gnucash/pt_PT/xacc-income-expense-barcharts.html
-share/gnome/help/gnucash/pt_PT/xacc-income-expense-piecharts.html
-share/gnome/help/gnucash/pt_PT/xacc-incomeexpense.html
-share/gnome/help/gnucash/pt_PT/xacc-isocurr.html
-share/gnome/help/gnucash/pt_PT/xacc-locatingtxns.html
-share/gnome/help/gnucash/pt_PT/xacc-mainwin.html
-share/gnome/help/gnucash/pt_PT/xacc-multicolumn-view-report.html
-share/gnome/help/gnucash/pt_PT/xacc-multiple-reports.html
-share/gnome/help/gnucash/pt_PT/xacc-multiple-windows-view.html
-share/gnome/help/gnucash/pt_PT/xacc-net-worth-barchart.html
-share/gnome/help/gnucash/pt_PT/xacc-new-account-tree.html
-share/gnome/help/gnucash/pt_PT/xacc-newacctwin.html
-share/gnome/help/gnucash/pt_PT/xacc-oses.html
-share/gnome/help/gnucash/pt_PT/xacc-pnl.html
-share/gnome/help/gnucash/pt_PT/xacc-portfolio-report.html
-share/gnome/help/gnucash/pt_PT/xacc-postgres-backend.html
-share/gnome/help/gnucash/pt_PT/xacc-preferences.html
-share/gnome/help/gnucash/pt_PT/xacc-prepaidexpenses.html
-share/gnome/help/gnucash/pt_PT/xacc-price-editor.html
-share/gnome/help/gnucash/pt_PT/xacc-price-sources.html
-share/gnome/help/gnucash/pt_PT/xacc-print-check.html
-share/gnome/help/gnucash/pt_PT/xacc-print.html
-share/gnome/help/gnucash/pt_PT/xacc-qif-import.html
-share/gnome/help/gnucash/pt_PT/xacc-qif.html
-share/gnome/help/gnucash/pt_PT/xacc-quicken.html
-share/gnome/help/gnucash/pt_PT/xacc-quickencats.html
-share/gnome/help/gnucash/pt_PT/xacc-quickstart.html
-share/gnome/help/gnucash/pt_PT/xacc-recnwin.html
-share/gnome/help/gnucash/pt_PT/xacc-recording-incomeexpense.html
-share/gnome/help/gnucash/pt_PT/xacc-regwin-kbd.html
-share/gnome/help/gnucash/pt_PT/xacc-regwin.html
-share/gnome/help/gnucash/pt_PT/xacc-remedial-accounting.html
-share/gnome/help/gnucash/pt_PT/xacc-repdev.html
-share/gnome/help/gnucash/pt_PT/xacc-reports.html
-share/gnome/help/gnucash/pt_PT/xacc-samplechart.html
-share/gnome/help/gnucash/pt_PT/xacc-scheme.html
-share/gnome/help/gnucash/pt_PT/xacc-schemedocs.html
-share/gnome/help/gnucash/pt_PT/xacc-selecting-mdi-mode.html
-share/gnome/help/gnucash/pt_PT/xacc-single-window-view.html
-share/gnome/help/gnucash/pt_PT/xacc-stock-price-report.html
-share/gnome/help/gnucash/pt_PT/xacc-style-sheets.html
-share/gnome/help/gnucash/pt_PT/xacc-tax-report-example.html
-share/gnome/help/gnucash/pt_PT/xacc-tax-report.html
-share/gnome/help/gnucash/pt_PT/xacc-termsother.html
-share/gnome/help/gnucash/pt_PT/xacc-toplevel-toolbar.html
-share/gnome/help/gnucash/pt_PT/xacc-toplevel.html
-share/gnome/help/gnucash/pt_PT/xacc-trans-report.html
-share/gnome/help/gnucash/pt_PT/xacc-txf-categories.html
-share/gnome/help/gnucash/pt_PT/xacc-txf-export-anomalies.html
-share/gnome/help/gnucash/pt_PT/xacc-txf-export.html
-share/gnome/help/gnucash/pt_PT/xacc-url-reports.html
-share/gnome/help/gnucash/pt_PT/xacc-userdocs.html
-share/gnome/help/gnucash/pt_PT/xacc-versioning.html
-share/gnome/help/gnucash/pt_PT/xacc-whats-new.html
-share/gnome/help/gnucash/pt_PT/xacc-y2k.html
-share/gnome/mime-info/gnucash.keys
-share/gnome/mime-info/gnucash.mime
-share/gnome/pixmaps/gnucash/gnucash_splash.png
-share/gnome/pixmaps/gnucash/stock_split_title.png
-share/gnome/pixmaps/gnucash/stock_split_watermark.png
-share/locale/da/LC_MESSAGES/gnucash.mo
-share/locale/de/LC_MESSAGES/gnucash.mo
-share/locale/en_GB/LC_MESSAGES/gnucash.mo
-share/locale/es/LC_MESSAGES/gnucash.mo
-share/locale/fr/LC_MESSAGES/gnucash.mo
-share/locale/it/LC_MESSAGES/gnucash.mo
-share/locale/ja/LC_MESSAGES/gnucash.mo
-share/locale/no/LC_MESSAGES/gnucash.mo
-share/locale/pt_PT/LC_MESSAGES/gnucash.mo
-share/locale/ru/LC_MESSAGES/gnucash.mo
-share/locale/sv/LC_MESSAGES/gnucash.mo
-@dirrm share/gnome/pixmaps/gnucash
-@dirrm share/gnome/help/gnucash/pt_PT/stylesheet-images
-@dirrm share/gnome/help/gnucash/pt_PT/image
-@dirrm share/gnome/help/gnucash/pt_PT
-@dirrm share/gnome/help/gnucash/es/stylesheet-images
-@dirrm share/gnome/help/gnucash/es/image
-@dirrm share/gnome/help/gnucash/es
-@dirrm share/gnome/help/gnucash/de_DE/stylesheet-images
-@dirrm share/gnome/help/gnucash/de_DE/image
-@dirrm share/gnome/help/gnucash/de_DE
-@dirrm share/gnome/help/gnucash/C/stylesheet-images
-@dirrm share/gnome/help/gnucash/C/image
-@dirrm share/gnome/help/gnucash/C
-@dirrm share/gnome/help/gnucash
-@dirrm share/gnome/gnucash/scm/report
-@dirrm share/gnome/gnucash/scm/qif-import
-@dirrm share/gnome/gnucash/scm/printing
-@dirrm share/gnome/gnucash/scm/gnumeric
-@dirrm share/gnome/gnucash/scm
-@dirrm share/gnome/gnucash/html/fr/image
-@dirrm share/gnome/gnucash/html/fr
-@dirrm share/gnome/gnucash/html
-@dirrm share/gnome/gnucash/guile-modules/www
-@dirrm share/gnome/gnucash/guile-modules/srfi
-@dirrm share/gnome/gnucash/guile-modules/gnucash/report
-@dirrm share/gnome/gnucash/guile-modules/gnucash
-@dirrm share/gnome/gnucash/guile-modules
-@dirrm share/gnome/gnucash/doc/examples
-@dirrm share/gnome/gnucash/doc
-@dirrm share/gnome/gnucash/accounts/pt_PT
-@dirrm share/gnome/gnucash/accounts/de_DE
-@dirrm share/gnome/gnucash/accounts/C
-@dirrm share/gnome/gnucash/accounts
-@dirrm share/gnome/gnucash
-@dirrm etc/gnucash