Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 10:51:18 +0300 (EEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29140: [PATCH] ports/deskutils/gnucash
Message-ID:  <200107220751.f6M7pIY62548@du-16.verkstad.net>

next in thread | raw e-mail | index | archive | help

>Number:         29140
>Category:       ports
>Synopsis:       [PATCH] ports/deskutils/gnucash
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 01:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
piuha.net
>Environment:
System: FreeBSD morse 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Jun 17 09:47:54 EEST 2001 root@morse:/usr/obj/usr/src/sys/MORSE i386


	
>Description:

Update the gnuCash package to the latest stable version. Please see
also my PR for g-wrap as a newer version is required by GnuCash...

>How-To-Repeat:
>Fix:

diff -Nru /usr/ports/deskutils/gnucash/Makefile gnucash/Makefile
--- /usr/ports/deskutils/gnucash/Makefile	Thu May 24 08:41:23 2001
+++ gnucash/Makefile	Sun Jul 22 10:09:45 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnucash
-PORTVERSION=	1.4.12
+PORTVERSION=	1.6.1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	http://www.gnucash.org/pub/gnucash/sources/stable/ \
 		ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
@@ -17,7 +17,7 @@
 MAINTAINER=	gnome@FreeBSD.org
 
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/SWIG \
-		g-wrap:${PORTSDIR}/devel/g-wrap \
+		g-wrap-config:${PORTSDIR}/devel/g-wrap \
 		eperl:${PORTSDIR}/lang/eperl
 LIB_DEPENDS=	guile.9:${PORTSDIR}/lang/guile
 RUN_DEPENDS=	${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \
@@ -28,15 +28,16 @@
 site_perl=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 
 USE_X_PREFIX=	yes
+USE_AUTOCONF=	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_ARGS=	--with-glib-config=${GLIB_CONFIG} --disable-guppi
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl"
 
 MAN1=		gnc-prices.1 gnucash.1
 
@@ -50,7 +51,6 @@
 
 post-install:
 	@strip ${PREFIX}/bin/gnucash
-	@${LDCONFIG} -m ${PREFIX}/lib/gnucash/perl
 	@cd ${LOCALBASE}/share/guile && ${LN} -sf ../slib .
 	@${LOCALBASE}/bin/guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
 
diff -Nru /usr/ports/deskutils/gnucash/distinfo gnucash/distinfo
--- /usr/ports/deskutils/gnucash/distinfo	Thu May 24 08:41:24 2001
+++ gnucash/distinfo	Sun Jul  8 09:39:01 2001
@@ -1 +1 @@
-MD5 (gnucash-1.4.12.tar.gz) = 2df3562244b2b7a29d79544139c7a11b
+MD5 (gnucash-1.6.1.tar.gz) = 3c0f6f709b60cb8d3074d4954eefb8be
diff -Nru /usr/ports/deskutils/gnucash/files/patch-aa gnucash/files/patch-aa
--- /usr/ports/deskutils/gnucash/files/patch-aa	Thu Jan  1 02:00:00 1970
+++ gnucash/files/patch-aa	Sun Jul 22 09:02:08 2001
@@ -0,0 +1,10 @@
+--- src/register/QuickFill.c.orig	Sun Jul 22 09:01:06 2001
++++ src/register/QuickFill.c	Sun Jul 22 09:01:13 2001
+@@ -27,7 +27,6 @@
+ 
+ #include <ctype.h>
+ #include <string.h>
+-#include <wctype.h>
+ 
+ #include "QuickFill.h"
+ #include "basiccell.h"
diff -Nru /usr/ports/deskutils/gnucash/files/patch-ab gnucash/files/patch-ab
--- /usr/ports/deskutils/gnucash/files/patch-ab	Thu Jan  1 02:00:00 1970
+++ gnucash/files/patch-ab	Sun Jul 22 09:02:58 2001
@@ -0,0 +1,10 @@
+--- src/register/quickfillcell.c.orig	Sun Jul 22 09:02:25 2001
++++ src/register/quickfillcell.c	Sun Jul 22 09:02:31 2001
+@@ -40,7 +40,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <wctype.h>
+ 
+ #include "basiccell.h"
+ #include "gnc-ui-util.h"
diff -Nru /usr/ports/deskutils/gnucash/files/patch-ac gnucash/files/patch-ac
--- /usr/ports/deskutils/gnucash/files/patch-ac	Thu Jan  1 02:00:00 1970
+++ gnucash/files/patch-ac	Sun Jul 15 19:12:14 2001
@@ -0,0 +1,22 @@
+--- configure.in.orig	Sun Jul 15 19:07:18 2001
++++ configure.in	Sun Jul 15 19:11:41 2001
+@@ -355,15 +355,15 @@
+ 
+ dnl look for db headers
+ if test "$prefer_db1" = "yes"; then
+-	AC_CHECK_HEADERS(db_185.h db1/db.h)
+-	if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nono; then
++	AC_CHECK_HEADERS(db_185.h db1/db.h db3/db.h)
++	if test "$ac_cv_header_db_185_h$ac_cv_header_db1_db_h$ac_cv_header_db3_db_h" = nonono; then
+ 	  AC_MSG_ERROR([Berkeley db library required for GnuCash])
+ 	fi
+ 	AC_DEFINE(PREFER_DB1)
+ else
+-	AC_CHECK_HEADERS(db.h db_185.h db1/db.h)
++	AC_CHECK_HEADERS(db.h db_185.h db1/db.h db3/db.h)
+ 
+-	if test "$ac_cv_header_db_h$ac_cv_header_db_185_h$ac_cv_header_db1_db_h" = nonono; then
++	if test "$ac_cv_header_db_h$ac_cv_header_db_185_h$ac_cv_header_db1_db_hac_cv_header_db3_db_h" = nononono; then
+ 	  AC_MSG_ERROR([Berkeley db library required for GnuCash])
+ 	fi
+ fi
diff -Nru /usr/ports/deskutils/gnucash/files/patch-ad gnucash/files/patch-ad
--- /usr/ports/deskutils/gnucash/files/patch-ad	Thu Jan  1 02:00:00 1970
+++ gnucash/files/patch-ad	Fri Jun 29 20:27:39 2001
@@ -0,0 +1,7 @@
+--- 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 -Nru /usr/ports/deskutils/gnucash/files/patch-po::Makefile.in.in gnucash/files/patch-po::Makefile.in.in
--- /usr/ports/deskutils/gnucash/files/patch-po::Makefile.in.in	Wed May 23 02:34:13 2001
+++ gnucash/files/patch-po::Makefile.in.in	Thu Jan  1 02:00:00 1970
@@ -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 -Nru /usr/ports/deskutils/gnucash/pkg-plist gnucash/pkg-plist
--- /usr/ports/deskutils/gnucash/pkg-plist	Thu May 24 08:41:24 2001
+++ gnucash/pkg-plist	Sun Jul 22 10:30:55 2001
@@ -1,24 +1,541 @@
 bin/gnc-prices
 bin/gnucash
+bin/gnucash-make-guids
+bin/update-finance-quote
 etc/gnucash/config
-lib/gnucash/perl/gnucash.so
-lib/gnucash/perl/libgncswig.a
-lib/gnucash/perl/libgncswig.so
-lib/gnucash/perl/libgncswig.so.1
 lib/libgncengine.a
 lib/libgncengine.so
-lib/libgncengine.so.1
-@exec /sbin/ldconfig -m %D/lib/gnucash
-@unexec /sbin/ldconfig -R
+lib/libgncengine.so.2
+info/gnucash-design.info
+info/gnucash-design.info-1
+info/gnucash-design.info-2
+info/gnucash-design.info-3
+info/gnucash-design.info-4
 share/gnome/apps/Applications/gnucash.desktop
-share/gnome/gnucash/doc/AUTHORS
-share/gnome/gnucash/doc/COPYING
-share/gnome/gnucash/doc/ChangeLog
-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/gnome/help/gnucash/C/image/appr-asset1.png
+share/gnome/gnome/help/gnucash/C/image/appr-asset2.png
+share/gnome/gnome/help/gnucash/C/image/appr-main1.png
+share/gnome/gnome/help/gnucash/C/image/appr-main2.png
+share/gnome/gnome/help/gnucash/C/image/asset-barchart.png
+share/gnome/gnome/help/gnucash/C/image/asset-piechart.png
+share/gnome/gnome/help/gnucash/C/image/autosplitledger.png
+share/gnome/gnome/help/gnucash/C/image/basicledger.png
+share/gnome/gnome/help/gnucash/C/image/basicledger-transfer.png
+share/gnome/gnome/help/gnucash/C/image/contract.png
+share/gnome/gnome/help/gnucash/C/image/depr-asset.png
+share/gnome/gnome/help/gnucash/C/image/depr-main.png
+share/gnome/gnome/help/gnucash/C/image/editaccount.png
+share/gnome/gnome/help/gnucash/C/image/expand.png
+share/gnome/gnome/help/gnucash/C/image/financial-calculator.png
+share/gnome/gnome/help/gnucash/C/image/foliowin-single.png
+share/gnome/gnome/help/gnucash/C/image/foliowin.png
+share/gnome/gnome/help/gnucash/C/image/foreign-currency.png
+share/gnome/gnome/help/gnucash/C/image/general-ledger.png
+share/gnome/gnome/help/gnucash/C/image/income-barchart.png
+share/gnome/gnome/help/gnucash/C/image/income-piechart.png
+share/gnome/gnome/help/gnucash/C/image/logo-NetBSD-banner.png
+share/gnome/gnome/help/gnucash/C/image/logo-debian.png
+share/gnome/gnome/help/gnucash/C/image/logo-linux.png
+share/gnome/gnome/help/gnucash/C/image/mdi-notebook.png
+share/gnome/gnome/help/gnucash/C/image/mdi-onewindow.png
+share/gnome/gnome/help/gnucash/C/image/mdi-toplevel.png
+share/gnome/gnome/help/gnucash/C/image/menu-and-toolbar.png
+share/gnome/gnome/help/gnucash/C/image/newaccwin-code.png
+share/gnome/gnome/help/gnucash/C/image/newaccwin-trade.png
+share/gnome/gnome/help/gnucash/C/image/new-user-frame1.png
+share/gnome/gnome/help/gnucash/C/image/new-user-frame2.png
+share/gnome/gnome/help/gnucash/C/image/new-user-frame3.png
+share/gnome/gnome/help/gnucash/C/image/new-user-frame4.png
+share/gnome/gnome/help/gnucash/C/image/new-user-frame5.png
+share/gnome/gnome/help/gnucash/C/image/prefs-general.png
+share/gnome/gnome/help/gnucash/C/image/prefs-international.png
+share/gnome/gnome/help/gnucash/C/image/prefs-network.png
+share/gnome/gnome/help/gnucash/C/image/prefs-qif-import.png
+share/gnome/gnome/help/gnucash/C/image/prefs-reconcile.png
+share/gnome/gnome/help/gnucash/C/image/prefs-register-colors.png
+share/gnome/gnome/help/gnucash/C/image/prefs-register.png
+share/gnome/gnome/help/gnucash/C/image/prefs-user-info.png
+share/gnome/gnome/help/gnucash/C/image/pricedb.png
+share/gnome/gnome/help/gnucash/C/image/recnwin.png
+share/gnome/gnome/help/gnucash/C/image/recninfo.png
+share/gnome/gnome/help/gnucash/C/image/report-av-baln.png
+share/gnome/gnome/help/gnucash/C/image/report-baln.png
+share/gnome/gnome/help/gnucash/C/image/report-folio.png
+share/gnome/gnome/help/gnucash/C/image/report-option.png
+share/gnome/gnome/help/gnucash/C/image/report-pnl.png
+share/gnome/gnome/help/gnucash/C/image/report-tax.png
+share/gnome/gnome/help/gnucash/C/image/report-tax-options.png
+share/gnome/gnome/help/gnucash/C/image/reportwin.png
+share/gnome/gnome/help/gnucash/C/image/tax-info-dialog.png
+share/gnome/gnome/help/gnucash/C/image/transactionjrnl.png
+share/gnome/gnome/help/gnucash/C/topic.dat
+share/gnome/gnome/help/gnucash/C/help-search-index.db
+share/gnome/gnome/help/gnucash/C/bofa-mym.html
+share/gnome/gnome/help/gnucash/C/dialog-categories.html
+share/gnome/gnome/help/gnucash/C/index.html
+share/gnome/gnome/help/gnucash/C/intro.html
+share/gnome/gnome/help/gnucash/C/sec002.html
+share/gnome/gnome/help/gnucash/C/sec003.html
+share/gnome/gnome/help/gnucash/C/x2417.html
+share/gnome/gnome/help/gnucash/C/x2486.html
+share/gnome/gnome/help/gnucash/C/x2557.html
+share/gnome/gnome/help/gnucash/C/x2684.html
+share/gnome/gnome/help/gnucash/C/x2976.html
+share/gnome/gnome/help/gnucash/C/x2992.html
+share/gnome/gnome/help/gnucash/C/x3049.html
+share/gnome/gnome/help/gnucash/C/x3578.html
+share/gnome/gnome/help/gnucash/C/x3622.html
+share/gnome/gnome/help/gnucash/C/x3626.html
+share/gnome/gnome/help/gnucash/C/x3800.html
+share/gnome/gnome/help/gnucash/C/x3809.html
+share/gnome/gnome/help/gnucash/C/x3815.html
+share/gnome/gnome/help/gnucash/C/x3820.html
+share/gnome/gnome/help/gnucash/C/x3825.html
+share/gnome/gnome/help/gnucash/C/x3916.html
+share/gnome/gnome/help/gnucash/C/x3933.html
+share/gnome/gnome/help/gnucash/C/x3956.html
+share/gnome/gnome/help/gnucash/C/x3961.html
+share/gnome/gnome/help/gnucash/C/x3975.html
+share/gnome/gnome/help/gnucash/C/x4120.html
+share/gnome/gnome/help/gnucash/C/x4498.html
+share/gnome/gnome/help/gnucash/C/x946.html
+share/gnome/gnome/help/gnucash/C/x953.html
+share/gnome/gnome/help/gnucash/C/x962.html
+share/gnome/gnome/help/gnucash/C/x970.html
+share/gnome/gnome/help/gnucash/C/xacc-about.html
+share/gnome/gnome/help/gnucash/C/xacc-account-hierarchy-creator.html
+share/gnome/gnome/help/gnucash/C/xacc-accountedit.html
+share/gnome/gnome/help/gnucash/C/xacc-acctypes.html
+share/gnome/gnome/help/gnucash/C/xacc-advanced-features.html
+share/gnome/gnome/help/gnucash/C/xacc-apar.html
+share/gnome/gnome/help/gnucash/C/xacc-ar.html
+share/gnome/gnome/help/gnucash/C/xacc-asset-liability-barcharts.html
+share/gnome/gnome/help/gnucash/C/xacc-asset-liability-piecharts.html
+share/gnome/gnome/help/gnucash/C/xacc-balancereport.html
+share/gnome/gnome/help/gnucash/C/xacc-balancesheet.html
+share/gnome/gnome/help/gnucash/C/xacc-calculator.html
+share/gnome/gnome/help/gnucash/C/xacc-chartofaccts.html
+share/gnome/gnome/help/gnucash/C/xacc-commodity.html
+share/gnome/gnome/help/gnucash/C/xacc-common-report-options.html
+share/gnome/gnome/help/gnucash/C/xacc-compound-interest.html
+share/gnome/gnome/help/gnucash/C/xacc-contributors.html
+share/gnome/gnome/help/gnucash/C/xacc-currencyhandling.html
+share/gnome/gnome/help/gnucash/C/xacc-customreports.html
+share/gnome/gnome/help/gnucash/C/xacc-data-from-existing.html
+share/gnome/gnome/help/gnucash/C/xacc-dateinput.html
+share/gnome/gnome/help/gnucash/C/xacc-depr.html
+share/gnome/gnome/help/gnucash/C/xacc-depreciation.html
+share/gnome/gnome/help/gnucash/C/xacc-developers.html
+share/gnome/gnome/help/gnucash/C/xacc-docbookuse.html
+share/gnome/gnome/help/gnucash/C/xacc-dochack.html
+share/gnome/gnome/help/gnucash/C/xacc-doubleentry.html
+share/gnome/gnome/help/gnucash/C/xacc-doubleentryrule.html
+share/gnome/gnome/help/gnucash/C/xacc-doubleuse.html
+share/gnome/gnome/help/gnucash/C/xacc-dupetxns.html
+share/gnome/gnome/help/gnucash/C/xacc-euro.html
+share/gnome/gnome/help/gnucash/C/xacc-export-accounts.html
+share/gnome/gnome/help/gnucash/C/xacc-exthelp.html
+share/gnome/gnome/help/gnucash/C/xacc-features.html
+share/gnome/gnome/help/gnucash/C/xacc-file-operations.html
+share/gnome/gnome/help/gnucash/C/xacc-gnome-mdi.html
+share/gnome/gnome/help/gnucash/C/xacc-gnucash-web-browser.html
+share/gnome/gnome/help/gnucash/C/xacc-gpl.html
+share/gnome/gnome/help/gnucash/C/xacc-guile.html
+share/gnome/gnome/help/gnucash/C/xacc-history.html
+share/gnome/gnome/help/gnucash/C/xacc-incexpuse.html
+share/gnome/gnome/help/gnucash/C/xacc-income-expense-barcharts.html
+share/gnome/gnome/help/gnucash/C/xacc-income-expense-piecharts.html
+share/gnome/gnome/help/gnucash/C/xacc-incomeexpense.html
+share/gnome/gnome/help/gnucash/C/xacc-isocurr.html
+share/gnome/gnome/help/gnucash/C/xacc-locatingtxns.html
+share/gnome/gnome/help/gnucash/C/xacc-mainwin.html
+share/gnome/gnome/help/gnucash/C/xacc-multicolumn-view-report.html
+share/gnome/gnome/help/gnucash/C/xacc-multiple-reports.html
+share/gnome/gnome/help/gnucash/C/xacc-multiple-windows-view.html
+share/gnome/gnome/help/gnucash/C/xacc-net-worth-barchart.html
+share/gnome/gnome/help/gnucash/C/xacc-new-account-tree.html
+share/gnome/gnome/help/gnucash/C/xacc-oses.html
+share/gnome/gnome/help/gnucash/C/xacc-newacctwin.html
+share/gnome/gnome/help/gnucash/C/xacc-pnl.html
+share/gnome/gnome/help/gnucash/C/xacc-portfolio-report.html
+share/gnome/gnome/help/gnucash/C/xacc-postgres-backend.html
+share/gnome/gnome/help/gnucash/C/xacc-preferences.html
+share/gnome/gnome/help/gnucash/C/xacc-prepaidexpenses.html
+share/gnome/gnome/help/gnucash/C/xacc-price-editor.html
+share/gnome/gnome/help/gnucash/C/xacc-price-sources.html
+share/gnome/gnome/help/gnucash/C/xacc-print-check.html
+share/gnome/gnome/help/gnucash/C/xacc-print.html
+share/gnome/gnome/help/gnucash/C/xacc-qif-import.html
+share/gnome/gnome/help/gnucash/C/xacc-qif.html
+share/gnome/gnome/help/gnucash/C/xacc-quicken.html
+share/gnome/gnome/help/gnucash/C/xacc-quickencats.html
+share/gnome/gnome/help/gnucash/C/xacc-quickstart.html
+share/gnome/gnome/help/gnucash/C/xacc-recnwin.html
+share/gnome/gnome/help/gnucash/C/xacc-recording-incomeexpense.html
+share/gnome/gnome/help/gnucash/C/xacc-regwin-kbd.html
+share/gnome/gnome/help/gnucash/C/xacc-regwin.html
+share/gnome/gnome/help/gnucash/C/xacc-remedial-accounting.html
+share/gnome/gnome/help/gnucash/C/xacc-repdev.html
+share/gnome/gnome/help/gnucash/C/xacc-reports.html
+share/gnome/gnome/help/gnucash/C/xacc-samplechart.html
+share/gnome/gnome/help/gnucash/C/xacc-scheme.html
+share/gnome/gnome/help/gnucash/C/xacc-schemedocs.html
+share/gnome/gnome/help/gnucash/C/xacc-selecting-mdi-mode.html
+share/gnome/gnome/help/gnucash/C/xacc-single-window-view.html
+share/gnome/gnome/help/gnucash/C/xacc-stock-price-report.html
+share/gnome/gnome/help/gnucash/C/xacc-style-sheets.html
+share/gnome/gnome/help/gnucash/C/xacc-tax-report-example.html
+share/gnome/gnome/help/gnucash/C/xacc-toplevel.html
+share/gnome/gnome/help/gnucash/C/xacc-tax-report.html
+share/gnome/gnome/help/gnucash/C/xacc-termsother.html
+share/gnome/gnome/help/gnucash/C/xacc-toplevel-toolbar.html
+share/gnome/gnome/help/gnucash/C/xacc-trans-report.html
+share/gnome/gnome/help/gnucash/C/xacc-txf-categories.html
+share/gnome/gnome/help/gnucash/C/xacc-txf-export-anomalies.html
+share/gnome/gnome/help/gnucash/C/xacc-txf-export.html
+share/gnome/gnome/help/gnucash/C/xacc-url-reports.html
+share/gnome/gnome/help/gnucash/C/xacc-userdocs.html
+share/gnome/gnome/help/gnucash/C/xacc-versioning.html
+share/gnome/gnome/help/gnucash/C/xacc-whats-new.html
+share/gnome/gnome/help/gnucash/C/xacc-y2k.html
+share/gnome/gnome/help/gnucash/de_DE/topic.dat
+share/gnome/gnome/help/gnucash/de_DE/help-search-index.db
+share/gnome/gnome/help/gnucash/de_DE/dialog-categories.html
+share/gnome/gnome/help/gnucash/de_DE/index.html
+share/gnome/gnome/help/gnucash/de_DE/intro.html
+share/gnome/gnome/help/gnucash/de_DE/sec002.html
+share/gnome/gnome/help/gnucash/de_DE/sec003.html
+share/gnome/gnome/help/gnucash/de_DE/x1005.html
+share/gnome/gnome/help/gnucash/de_DE/x1013.html
+share/gnome/gnome/help/gnucash/de_DE/x2438.html
+share/gnome/gnome/help/gnucash/de_DE/x2507.html
+share/gnome/gnome/help/gnucash/de_DE/x2578.html
+share/gnome/gnome/help/gnucash/de_DE/x2631.html
+share/gnome/gnome/help/gnucash/de_DE/x2875.html
+share/gnome/gnome/help/gnucash/de_DE/x2891.html
+share/gnome/gnome/help/gnucash/de_DE/x2948.html
+share/gnome/gnome/help/gnucash/de_DE/x3475.html
+share/gnome/gnome/help/gnucash/de_DE/x3517.html
+share/gnome/gnome/help/gnucash/de_DE/x3521.html
+share/gnome/gnome/help/gnucash/de_DE/x3716.html
+share/gnome/gnome/help/gnucash/de_DE/x3725.html
+share/gnome/gnome/help/gnucash/de_DE/x3731.html
+share/gnome/gnome/help/gnucash/de_DE/x3736.html
+share/gnome/gnome/help/gnucash/de_DE/x3741.html
+share/gnome/gnome/help/gnucash/de_DE/x3832.html
+share/gnome/gnome/help/gnucash/de_DE/x3849.html
+share/gnome/gnome/help/gnucash/de_DE/x3872.html
+share/gnome/gnome/help/gnucash/de_DE/x3877.html
+share/gnome/gnome/help/gnucash/de_DE/x3891.html
+share/gnome/gnome/help/gnucash/de_DE/x4367.html
+share/gnome/gnome/help/gnucash/de_DE/x722.html
+share/gnome/gnome/help/gnucash/de_DE/x989.html
+share/gnome/gnome/help/gnucash/de_DE/x996.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-about.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-account-hierarchy-creator.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-accountedit.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-acctypes.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-advanced-features.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-apar.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-ar.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-asset-liability-barcharts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-asset-liability-piecharts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-balancereport.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-balancesheet.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-calculator.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-chartofaccts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-commodity.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-common-report-options.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-compound-interest.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-contributors.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-currencyhandling.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-customreports.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-data-from-existing.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-dateinput.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-de-translation.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-depr.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-depreciation.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-developers.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-docbookuse.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-dochack.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-doubleentry.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-doubleentryrule.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-doubleuse.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-euro.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-export-accounts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-exthelp.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-features.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-file-operations.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-gnome-mdi.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-gnucash-web-browser.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-gpl.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-guile.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-oses.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-incexpuse.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-income-expense-barcharts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-income-expense-piecharts.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-incomeexpense.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-isocurr.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-locatingtxns.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-mainwin.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-multicolumn-view-report.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-multiple-reports.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-multiple-windows-view.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-net-worth-barchart.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-new-account-tree.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-newacctwin.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-pnl.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-print.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-portfolio-report.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-postgres-backend.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-preferences.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-prepaidexpenses.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-price-editor.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-price-sources.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-print-check.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-qif-import.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-qif.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-quicken.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-quickencats.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-quickstart.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-recnwin.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-recording-incomeexpense.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-regwin-kbd.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-y2k.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-regwin.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-remedial-accounting.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-repdev.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-reports.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-samplechart.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-scheme.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-schemedocs.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-selecting-mdi-mode.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-single-window-view.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-stock-price-report.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-style-sheets.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-tax-report.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-termsother.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-toplevel-toolbar.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-toplevel.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-trans-report.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-txf-categories.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-txf-export-anomalies.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-txf-export.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-url-reports.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-userdocs.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-versioning.html
+share/gnome/gnome/help/gnucash/de_DE/xacc-whats-new.html
+share/gnome/gnome/help/gnucash/es/topic.dat
+share/gnome/gnome/help/gnucash/es/help-search-index.db
+share/gnome/gnome/help/gnucash/es/a6200.html
+share/gnome/gnome/help/gnucash/es/bofa-mym.html
+share/gnome/gnome/help/gnucash/es/gpl.html
+share/gnome/gnome/help/gnucash/es/index.html
+share/gnome/gnome/help/gnucash/es/x6206.html
+share/gnome/gnome/help/gnucash/es/x6216.html
+share/gnome/gnome/help/gnucash/es/x6226.html
+share/gnome/gnome/help/gnucash/es/x6240.html
+share/gnome/gnome/help/gnucash/es/xacc-about.html
+share/gnome/gnome/help/gnucash/es/xacc-accountedit.html
+share/gnome/gnome/help/gnucash/es/xacc-acctypes.html
+share/gnome/gnome/help/gnucash/es/xacc-adjbalwin.html
+share/gnome/gnome/help/gnucash/es/xacc-apar.html
+share/gnome/gnome/help/gnucash/es/xacc-ar.html
+share/gnome/gnome/help/gnucash/es/xacc-ardef.html
+share/gnome/gnome/help/gnucash/es/xacc-balancereport.html
+share/gnome/gnome/help/gnucash/es/xacc-balancesheet.html
+share/gnome/gnome/help/gnucash/es/xacc-capitalgains.html
+share/gnome/gnome/help/gnucash/es/xacc-chartofaccts.html
+share/gnome/gnome/help/gnucash/es/xacc-commodity.html
+share/gnome/gnome/help/gnucash/es/xacc-contributors.html
+share/gnome/gnome/help/gnucash/es/xacc-currencyhandling.html
+share/gnome/gnome/help/gnucash/es/xacc-customreports.html
+share/gnome/gnome/help/gnucash/es/xacc-dateinput.html
+share/gnome/gnome/help/gnucash/es/xacc-depr.html
+share/gnome/gnome/help/gnucash/es/xacc-depreciation.html
+share/gnome/gnome/help/gnucash/es/xacc-developers.html
+share/gnome/gnome/help/gnucash/es/xacc-docbookuse.html
+share/gnome/gnome/help/gnucash/es/xacc-dochack.html
+share/gnome/gnome/help/gnucash/es/xacc-doubledef.html
+share/gnome/gnome/help/gnucash/es/xacc-doubleentry.html
+share/gnome/gnome/help/gnucash/es/xacc-doubleentryrule.html
+share/gnome/gnome/help/gnucash/es/xacc-doubleuse.html
+share/gnome/gnome/help/gnucash/es/xacc-dupetxns.html
+share/gnome/gnome/help/gnucash/es/xacc-euro.html
+share/gnome/gnome/help/gnucash/es/xacc-exthelp.html
+share/gnome/gnome/help/gnucash/es/xacc-features.html
+share/gnome/gnome/help/gnucash/es/xacc-gpl.html
+share/gnome/gnome/help/gnucash/es/xacc-history.html
+share/gnome/gnome/help/gnucash/es/xacc-incexpuse.html
+share/gnome/gnome/help/gnucash/es/xacc-incomeexpense.html
+share/gnome/gnome/help/gnucash/es/xacc-isocurr.html
+share/gnome/gnome/help/gnucash/es/xacc-locatingtxns.html
+share/gnome/gnome/help/gnucash/es/xacc-mainwin.html
+share/gnome/gnome/help/gnucash/es/xacc-mantxn.html
+share/gnome/gnome/help/gnucash/es/xacc-newacctwin.html
+share/gnome/gnome/help/gnucash/es/xacc-oses.html
+share/gnome/gnome/help/gnucash/es/xacc-pnl.html
+share/gnome/gnome/help/gnucash/es/xacc-portfolio-report.html
+share/gnome/gnome/help/gnucash/es/xacc-preferences.html
+share/gnome/gnome/help/gnucash/es/xacc-prepaidexpenses.html
+share/gnome/gnome/help/gnucash/es/xacc-print-check.html
+share/gnome/gnome/help/gnucash/es/xacc-print.html
+share/gnome/gnome/help/gnucash/es/xacc-qif-import.html
+share/gnome/gnome/help/gnucash/es/xacc-qif.html
+share/gnome/gnome/help/gnucash/es/xacc-quicken.html
+share/gnome/gnome/help/gnucash/es/xacc-quickencats.html
+share/gnome/gnome/help/gnucash/es/xacc-recnwin.html
+share/gnome/gnome/help/gnucash/es/xacc-reconciliation.html
+share/gnome/gnome/help/gnucash/es/xacc-recording-incomeexpense.html
+share/gnome/gnome/help/gnucash/es/xacc-regwin-kbd.html
+share/gnome/gnome/help/gnucash/es/xacc-regwin.html
+share/gnome/gnome/help/gnucash/es/xacc-reports.html
+share/gnome/gnome/help/gnucash/es/xacc-reportwindow.html
+share/gnome/gnome/help/gnucash/es/xacc-samplechart.html
+share/gnome/gnome/help/gnucash/es/xacc-scrubbing.html
+share/gnome/gnome/help/gnucash/es/xacc-stkptlo.html
+share/gnome/gnome/help/gnucash/es/xacc-tax-report-example.html
+share/gnome/gnome/help/gnucash/es/xacc-tax-report.html
+share/gnome/gnome/help/gnucash/es/xacc-termsother.html
+share/gnome/gnome/help/gnucash/es/xacc-ticker.html
+share/gnome/gnome/help/gnucash/es/xacc-trans-report.html
+share/gnome/gnome/help/gnucash/es/xacc-txf-categories.html
+share/gnome/gnome/help/gnucash/es/xacc-txf-export-anomalies.html
+share/gnome/gnome/help/gnucash/es/xacc-txf-export.html
+share/gnome/gnome/help/gnucash/es/xacc-userdocs.html
+share/gnome/gnome/help/gnucash/es/xacc-versioning.html
+share/gnome/gnome/help/gnucash/es/xacc-viewtxn.html
+share/gnome/gnome/help/gnucash/es/xacc-y2k.html
+share/gnome/gnome/help/gnucash/pt_PT/topic.dat
+share/gnome/gnome/help/gnucash/pt_PT/help-search-index.db
+share/gnome/gnome/help/gnucash/pt_PT/bofa-mym.html
+share/gnome/gnome/help/gnucash/pt_PT/dialog-categories.html
+share/gnome/gnome/help/gnucash/pt_PT/index.html
+share/gnome/gnome/help/gnucash/pt_PT/intro.html
+share/gnome/gnome/help/gnucash/pt_PT/sec002.html
+share/gnome/gnome/help/gnucash/pt_PT/sec003.html
+share/gnome/gnome/help/gnucash/pt_PT/x2341.html
+share/gnome/gnome/help/gnucash/pt_PT/x2410.html
+share/gnome/gnome/help/gnucash/pt_PT/x2481.html
+share/gnome/gnome/help/gnucash/pt_PT/x2608.html
+share/gnome/gnome/help/gnucash/pt_PT/x2856.html
+share/gnome/gnome/help/gnucash/pt_PT/x2872.html
+share/gnome/gnome/help/gnucash/pt_PT/x2929.html
+share/gnome/gnome/help/gnucash/pt_PT/x3456.html
+share/gnome/gnome/help/gnucash/pt_PT/x3498.html
+share/gnome/gnome/help/gnucash/pt_PT/x3502.html
+share/gnome/gnome/help/gnucash/pt_PT/x3699.html
+share/gnome/gnome/help/gnucash/pt_PT/x3708.html
+share/gnome/gnome/help/gnucash/pt_PT/x3714.html
+share/gnome/gnome/help/gnucash/pt_PT/x3719.html
+share/gnome/gnome/help/gnucash/pt_PT/x3724.html
+share/gnome/gnome/help/gnucash/pt_PT/x3815.html
+share/gnome/gnome/help/gnucash/pt_PT/x3832.html
+share/gnome/gnome/help/gnucash/pt_PT/x3855.html
+share/gnome/gnome/help/gnucash/pt_PT/x3860.html
+share/gnome/gnome/help/gnucash/pt_PT/x3874.html
+share/gnome/gnome/help/gnucash/pt_PT/x4019.html
+share/gnome/gnome/help/gnucash/pt_PT/x4393.html
+share/gnome/gnome/help/gnucash/pt_PT/x894.html
+share/gnome/gnome/help/gnucash/pt_PT/x901.html
+share/gnome/gnome/help/gnucash/pt_PT/x910.html
+share/gnome/gnome/help/gnucash/pt_PT/x918.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-about.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-account-hierarchy-creator.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-accountedit.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-acctypes.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-advanced-features.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-apar.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-ar.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-asset-liability-barcharts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-asset-liability-piecharts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-balancereport.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-balancesheet.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-calculator.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-chartofaccts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-commodity.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-common-report-options.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-compound-interest.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-contributors.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-currencyhandling.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-customreports.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-data-from-existing.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-dateinput.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-depr.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-depreciation.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-developers.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-docbookuse.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-dochack.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-doubleentry.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-doubleentryrule.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-doubleuse.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-dupetxns.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-euro.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-export-accounts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-exthelp.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-features.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-file-operations.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-gnome-mdi.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-gnucash-web-browser.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-gpl.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-guile.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-history.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-incexpuse.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-income-expense-barcharts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-income-expense-piecharts.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-incomeexpense.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-isocurr.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-locatingtxns.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-mainwin.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-multicolumn-view-report.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-multiple-reports.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-multiple-windows-view.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-net-worth-barchart.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-new-account-tree.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-oses.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-newacctwin.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-pnl.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-portfolio-report.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-postgres-backend.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-preferences.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-prepaidexpenses.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-price-editor.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-price-sources.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-print-check.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-print.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-qif-import.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-qif.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-quicken.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-quickencats.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-quickstart.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-recnwin.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-recording-incomeexpense.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-regwin-kbd.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-regwin.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-remedial-accounting.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-repdev.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-reports.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-samplechart.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-scheme.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-schemedocs.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-selecting-mdi-mode.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-single-window-view.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-stock-price-report.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-style-sheets.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-tax-report-example.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-toplevel.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-tax-report.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-termsother.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-toplevel-toolbar.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-trans-report.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-txf-categories.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-txf-export-anomalies.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-txf-export.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-url-reports.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-userdocs.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-versioning.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-whats-new.html
+share/gnome/gnome/help/gnucash/pt_PT/xacc-y2k.html
 share/gnome/gnucash/doc/examples/Money95bank_fr.qif
 share/gnome/gnucash/doc/examples/Money95invst_fr.qif
 share/gnome/gnucash/doc/examples/Money95mfunds_fr.qif
@@ -29,6 +546,7 @@
 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
@@ -43,94 +561,20 @@
 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/gnucash.engine_wrap.doc
+share/gnome/gnucash/doc/README.francais
+share/gnome/gnucash/doc/README.german
 share/gnome/gnucash/doc/guile-hackers.txt
-share/gnome/gnucash/html/C/RAW-NOTES
-share/gnome/gnucash/html/C/bofa-mym.html
-share/gnome/gnucash/html/C/image/appr-asset1.gif
-share/gnome/gnucash/html/C/image/appr-asset2.gif
-share/gnome/gnucash/html/C/image/appr-income.gif
-share/gnome/gnucash/html/C/image/appr-main1.gif
-share/gnome/gnucash/html/C/image/appr-main2.gif
-share/gnome/gnucash/html/C/image/bal-graph.gif
-share/gnome/gnucash/html/C/image/contract.gif
-share/gnome/gnucash/html/C/image/depr-asset.gif
-share/gnome/gnucash/html/C/image/depr-main.gif
-share/gnome/gnucash/html/C/image/expand.gif
-share/gnome/gnucash/html/C/image/foliowin-single.gif
-share/gnome/gnucash/html/C/image/foliowin.gif
-share/gnome/gnucash/html/C/image/logo-NetBSD-banner.gif
-share/gnome/gnucash/html/C/image/logo-bullogogross.gif
-share/gnome/gnucash/html/C/image/logo-debian.jpg
-share/gnome/gnucash/html/C/image/logo-ibm.gif
-share/gnome/gnucash/html/C/image/logo-linux.gif
-share/gnome/gnucash/html/C/image/logo-sgi.gif
-share/gnome/gnucash/html/C/image/logo-skunkware.gif
-share/gnome/gnucash/html/C/image/newaccwin-code.gif
-share/gnome/gnucash/html/C/image/newaccwin-trade.gif
-share/gnome/gnucash/html/C/image/recninfo.gif
-share/gnome/gnucash/html/C/image/recnwin.gif
-share/gnome/gnucash/html/C/image/regwin-double.gif
-share/gnome/gnucash/html/C/image/regwin-multi.gif
-share/gnome/gnucash/html/C/image/regwin-single.gif
-share/gnome/gnucash/html/C/image/regwin-single2.gif
-share/gnome/gnucash/html/C/image/report-av-baln.gif
-share/gnome/gnucash/html/C/image/report-baln.gif
-share/gnome/gnucash/html/C/image/report-folio.gif
-share/gnome/gnucash/html/C/image/report-hierarchical-options.png
-share/gnome/gnucash/html/C/image/report-hierarchical.png
-share/gnome/gnucash/html/C/image/report-option.gif
-share/gnome/gnucash/html/C/image/report-pnl.gif
-share/gnome/gnucash/html/C/image/report-tax-options.png
-share/gnome/gnucash/html/C/image/report-tax.png
-share/gnome/gnucash/html/C/image/report-txf-options.png
-share/gnome/gnucash/html/C/image/report-txf.png
-share/gnome/gnucash/html/C/image/reportwin.gif
-share/gnome/gnucash/html/C/image/ticker-a.gif
-share/gnome/gnucash/html/C/image/ticker-b.gif
-share/gnome/gnucash/html/C/projects.html
-share/gnome/gnucash/html/C/xacc-about.html
-share/gnome/gnucash/html/C/xacc-accountedit.html
-share/gnome/gnucash/html/C/xacc-acctypes.html
-share/gnome/gnucash/html/C/xacc-accwin.html
-share/gnome/gnucash/html/C/xacc-adjbwin.html
-share/gnome/gnucash/html/C/xacc-apar.html
-share/gnome/gnucash/html/C/xacc-apprdepr.html
-share/gnome/gnucash/html/C/xacc-bal_tracker.html
-share/gnome/gnucash/html/C/xacc-balsheet.html
-share/gnome/gnucash/html/C/xacc-currency.html
-share/gnome/gnucash/html/C/xacc-date.html
-share/gnome/gnucash/html/C/xacc-double.html
-share/gnome/gnucash/html/C/xacc-euro.html
-share/gnome/gnucash/html/C/xacc-expense.html
-share/gnome/gnucash/html/C/xacc-find-transactions.html
-share/gnome/gnucash/html/C/xacc-globalprefs.html
-share/gnome/gnucash/html/C/xacc-globalprops.html
-share/gnome/gnucash/html/C/xacc-gpl.html
-share/gnome/gnucash/html/C/xacc-groups.html
-share/gnome/gnucash/html/C/xacc-hierarchical-report.html
-share/gnome/gnucash/html/C/xacc-main.html
-share/gnome/gnucash/html/C/xacc-mainwin.html
-share/gnome/gnucash/html/C/xacc-pnl.html
-share/gnome/gnucash/html/C/xacc-portfolio_report.html
-share/gnome/gnucash/html/C/xacc-print.html
-share/gnome/gnucash/html/C/xacc-qif-import.html
-share/gnome/gnucash/html/C/xacc-quicken.html
-share/gnome/gnucash/html/C/xacc-recnwin.html
-share/gnome/gnucash/html/C/xacc-regwin.html
-share/gnome/gnucash/html/C/xacc-regwin_kbd.html
-share/gnome/gnucash/html/C/xacc-reports.html
-share/gnome/gnucash/html/C/xacc-tax-report-example.html
-share/gnome/gnucash/html/C/xacc-tax-report.html
-share/gnome/gnucash/html/C/xacc-ticker.html
-share/gnome/gnucash/html/C/xacc-trans_report.html
-share/gnome/gnucash/html/C/xacc-txf-categories.html
-share/gnome/gnucash/html/C/xacc-txf-export-anomalies.html
-share/gnome/gnucash/html/C/xacc-txf-export-example.html
-share/gnome/gnucash/html/C/xacc-txf-export-report.html
-share/gnome/gnucash/html/C/xacc-y2k.html
-share/gnome/gnucash/html/fr/bofa-mym.html
+share/gnome/gnucash/doc/projects.html
+share/gnome/gnucash/doc/gnc.html
+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.patches
 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
@@ -157,6 +601,7 @@
 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/bofa-mym.html
 share/gnome/gnucash/html/fr/projects.html
 share/gnome/gnucash/html/fr/xacc-about.html
 share/gnome/gnucash/html/fr/xacc-accountedit.html
@@ -172,8 +617,8 @@
 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-gpl-fr.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
@@ -188,94 +633,192 @@
 share/gnome/gnucash/html/fr/xacc-y2k.html
 share/gnome/gnucash/html/gnucash.css
 share/gnome/gnucash/html/index.html
-share/gnome/gnucash/perl/Quote.pm
-share/gnome/gnucash/perl/gnucash.pm
+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/guile-modules/srfi/srfi-1.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/srfi/srfi-11.scm
+share/gnome/gnucash/guile-modules/srfi/srfi-19.scm
+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/scm/gnumeric/gnumeric-utilities.scm
+share/gnome/gnucash/scm/gnumeric/table-utils.scm
+share/gnome/gnucash/scm/printing/number-to-words.scm
+share/gnome/gnucash/scm/printing/print-check.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/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/bootstrap.scm
-share/gnome/gnucash/scm/bs-interp.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/currencies.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/gnumeric/gnumeric-utilities.scm
-share/gnome/gnucash/scm/gnumeric/table-utils.scm
 share/gnome/gnucash/scm/graph.scm
+share/gnome/gnucash/scm/gnc-numeric.scm
+share/gnome/gnucash/scm/help-topics-index.scm
 share/gnome/gnucash/scm/hooks.scm
-share/gnome/gnucash/scm/html-generator.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-text.scm
+share/gnome/gnucash/scm/html-table.scm
+share/gnome/gnucash/scm/html-utilities.scm
+share/gnome/gnucash/scm/iso-4217-currencies.scm
 share/gnome/gnucash/scm/main.scm
+share/gnome/gnucash/scm/main-window.scm
 share/gnome/gnucash/scm/options.scm
+share/gnome/gnucash/scm/options-utilities.scm
 share/gnome/gnucash/scm/path.scm
 share/gnome/gnucash/scm/prefs.scm
-share/gnome/gnucash/scm/printing/number-to-words.scm
-share/gnome/gnucash/scm/printing/print-check.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-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-utilities.scm
+share/gnome/gnucash/scm/price-quotes.scm
+share/gnome/gnucash/scm/process.scm
 share/gnome/gnucash/scm/report.scm
-share/gnome/gnucash/scm/report/average-balance.scm
-share/gnome/gnucash/scm/report/balance-and-pnl.scm
-share/gnome/gnucash/scm/report/budget-report.scm
-share/gnome/gnucash/scm/report/folio.scm
-share/gnome/gnucash/scm/report/hello-world.scm
-share/gnome/gnucash/scm/report/report-list.scm
-share/gnome/gnucash/scm/report/taxtxf.scm
-share/gnome/gnucash/scm/report/transaction-report.scm
-share/gnome/gnucash/scm/report/txf-export-help.scm
-share/gnome/gnucash/scm/report/txf-export.scm
+share/gnome/gnucash/scm/report-html.scm
+share/gnome/gnucash/scm/report-utilities.scm
 share/gnome/gnucash/scm/slib-backup.scm
-share/gnome/gnucash/scm/srfi/srfi-1.r5rs.scm
-share/gnome/gnucash/scm/srfi/srfi-1.unclear.scm
-share/gnome/gnucash/scm/srfi/srfi-19.scm
-share/gnome/gnucash/scm/srfi/srfi-8.guile.scm
-share/gnome/gnucash/scm/srfi/srfi-8.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/gnucash/finance-quote-helper
+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/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/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/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_BR/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
-share/locale/tr/LC_MESSAGES/gnucash.mo
-share/locale/uk/LC_MESSAGES/gnucash.mo
-@exec cd share/guile && ln -sf ../slib . 
+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
 @exec guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" 
-@dirrm etc/gnucash 
-@dirrm lib/gnucash/perl 
-@dirrm lib/gnucash 
-@dirrm share/gnome/gnucash/doc/examples 
-@dirrm share/gnome/gnucash/doc 
-@dirrm share/gnome/gnucash/html/C/image 
-@dirrm share/gnome/gnucash/html/C 
-@dirrm share/gnome/gnucash/html/fr/image 
-@dirrm share/gnome/gnucash/html/fr 
-@dirrm share/gnome/gnucash/html 
-@dirrm share/gnome/gnucash/perl 
-@dirrm share/gnome/gnucash/scm/gnumeric 
-@dirrm share/gnome/gnucash/scm/printing
+@dirrm etc/gnucash
+@dirrm share/gnome/gnome/help/gnucash/es/stylesheet-images
+@dirrm share/gnome/gnome/help/gnucash/es/image
+@dirrm share/gnome/gnome/help/gnucash/es
+@dirrm share/gnome/gnome/help/gnucash/de_DE/stylesheet-images
+@dirrm share/gnome/gnome/help/gnucash/de_DE/image
+@dirrm share/gnome/gnome/help/gnucash/de_DE
+@dirrm share/gnome/gnome/help/gnucash/pt_PT/stylesheet-images
+@dirrm share/gnome/gnome/help/gnucash/pt_PT/image
+@dirrm share/gnome/gnome/help/gnucash/pt_PT
+@dirrm share/gnome/gnome/help/gnucash/C/stylesheet-images
+@dirrm share/gnome/gnome/help/gnucash/C/image
+@dirrm share/gnome/gnome/help/gnucash/C
+@dirrm share/gnome/gnome/help/gnucash
+@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/doc/examples
+@dirrm share/gnome/gnucash/doc
+@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/html/fr/image
+@dirrm share/gnome/gnucash/html/fr
+@dirrm share/gnome/gnucash/html
+@dirrm share/gnome/gnucash/scm/report
 @dirrm share/gnome/gnucash/scm/qif-import
-@dirrm share/gnome/gnucash/scm/srfi 
-@dirrm share/gnome/gnucash/scm/report 
-@dirrm share/gnome/gnucash/scm 
-@dirrm share/gnome/gnucash 
+@dirrm share/gnome/gnucash/scm/printing
+@dirrm share/gnome/gnucash/scm/gnumeric
+@dirrm share/gnome/gnucash/scm
+@dirrm share/gnome/gnucash
+@dirrm share/gnome/pixmaps/gnucash
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107220751.f6M7pIY62548>