summaryrefslogtreecommitdiff
path: root/math/gnumeric2
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2')
-rw-r--r--math/gnumeric2/Makefile44
-rw-r--r--math/gnumeric2/distinfo1
-rw-r--r--math/gnumeric2/files/patch-aa14
-rw-r--r--math/gnumeric2/files/patch-ba7
-rw-r--r--math/gnumeric2/files/patch-ltmain.sh18
-rw-r--r--math/gnumeric2/files/patch-plugins::gb::Makefile.in14
-rw-r--r--math/gnumeric2/files/patch-src::mathfunc.h9
-rw-r--r--math/gnumeric2/pkg-comment1
-rw-r--r--math/gnumeric2/pkg-descr3
-rw-r--r--math/gnumeric2/pkg-plist743
10 files changed, 0 insertions, 854 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
deleted file mode 100644
index d09567caa632..000000000000
--- a/math/gnumeric2/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: gnumeric
-# Date created: 08 October 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnumeric
-PORTVERSION= 0.70
-CATEGORIES?= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnumeric
-
-MAINTAINER?= gnome@FreeBSD.org
-
-LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gbrun.0:${PORTSDIR}/lang/gnomebasic \
- giconv.2:${PORTSDIR}/converters/libiconv \
- psiconv.7:${PORTSDIR}/converters/psiconv
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -lintl -lgiconv ${PTHREAD_LIBS}"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-PLIST_SUB= VERSION=${PORTVERSION}-bonobo
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${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\)/locale|\$\(prefix\)/share/locale|g'
- @find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
- 's|iconv\.h|giconv.h|g'
-
-.include <bsd.port.mk>
diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo
deleted file mode 100644
index d4da8721721e..000000000000
--- a/math/gnumeric2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnumeric-0.70.tar.bz2) = 573056959d0fd96ead78599978ca1418
diff --git a/math/gnumeric2/files/patch-aa b/math/gnumeric2/files/patch-aa
deleted file mode 100644
index 1d1db230e937..000000000000
--- a/math/gnumeric2/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Mon Aug 13 12:59:13 2001
-+++ configure Mon Aug 13 13:00:05 2001
-@@ -18426,7 +18426,7 @@
- fi
- done
-
--for ac_header in iconv.h
-+for ac_header in giconv.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- echo "$as_me:18432: checking for $ac_header" >&5
diff --git a/math/gnumeric2/files/patch-ba b/math/gnumeric2/files/patch-ba
deleted file mode 100644
index 3447b30f39b5..000000000000
--- a/math/gnumeric2/files/patch-ba
+++ /dev/null
@@ -1,7 +0,0 @@
---- Makefile.in.orig Mon Nov 13 19:56:19 2000
-+++ Makefile.in Tue Nov 14 15:34:05 2000
-@@ -164,3 +164,3 @@
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = gnumericConf.sh
diff --git a/math/gnumeric2/files/patch-ltmain.sh b/math/gnumeric2/files/patch-ltmain.sh
deleted file mode 100644
index af8915758609..000000000000
--- a/math/gnumeric2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/07/09 15:41:44 1.1
-+++ ltmain.sh 2001/07/09 15:41:59
-@@ -4175,10 +4175,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/math/gnumeric2/files/patch-plugins::gb::Makefile.in b/math/gnumeric2/files/patch-plugins::gb::Makefile.in
deleted file mode 100644
index 921407563055..000000000000
--- a/math/gnumeric2/files/patch-plugins::gb::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- plugins/gb/Makefile.in 2001/07/09 16:19:36 1.1
-+++ plugins/gb/Makefile.in 2001/07/09 16:19:48
-@@ -181,7 +181,7 @@
- gnum_gb_la_SOURCES = common.c common.h excel-gb-application.c excel-gb-application.h excel-gb-context.c excel-gb-context.h excel-gb-interior.c excel-gb-interior.h excel-gb-range.c excel-gb-range.h excel-gb-selection.c excel-gb-selection.h excel-gb-worksheet.c excel-gb-worksheet.h excel-gb-worksheets.c excel-gb-worksheets.h excel-gb-worksheet-function.c excel-gb-worksheet-function.h plugin.c streams.h streams.c
-
-
--gnum_gb_la_LIBADD = $(GB_LIBS) $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun
-+gnum_gb_la_LIBADD = $(GB_LIBS) $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ -lgbrun
-
-
- EXTRA_DIST = README main.gba gnumeric.gbp $(gnum_gb_DATA)
diff --git a/math/gnumeric2/files/patch-src::mathfunc.h b/math/gnumeric2/files/patch-src::mathfunc.h
deleted file mode 100644
index 5ece38afaf53..000000000000
--- a/math/gnumeric2/files/patch-src::mathfunc.h
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/mathfunc.h.orig Thu Apr 26 20:47:46 2001
-+++ src/mathfunc.h Mon May 21 12:08:51 2001
-@@ -7,2 +7,6 @@
-
-+#ifdef __FreeBSD__
-+#define FINITE finite
-+#endif
-+
- #ifndef FINITE
diff --git a/math/gnumeric2/pkg-comment b/math/gnumeric2/pkg-comment
deleted file mode 100644
index d8c5dca69649..000000000000
--- a/math/gnumeric2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The GNOME spreadsheet
diff --git a/math/gnumeric2/pkg-descr b/math/gnumeric2/pkg-descr
deleted file mode 100644
index 17f33b3bf1bc..000000000000
--- a/math/gnumeric2/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The GNOME spreadsheet.
-
-WWW: http://www.gnome.org/projects/gnumeric/index.shtml
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist
deleted file mode 100644
index c8ea1dbc3eba..000000000000
--- a/math/gnumeric2/pkg-plist
+++ /dev/null
@@ -1,743 +0,0 @@
-bin/gnumeric
-etc/gnumericConf.sh
-lib/gnumeric/%%VERSION%%/plugins/applix/applix.so
-lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.so
-lib/gnumeric/%%VERSION%%/plugins/derivatives/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/dif/dif.so
-lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/excel/excel.so
-lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/gb/gnum_gb.so
-lib/gnumeric/%%VERSION%%/plugins/gb/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so
-lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header
-lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py
-lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/html/html.so
-lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so
-lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so
-lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so
-lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so
-lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py
-lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so
-lib/gnumeric/%%VERSION%%/plugins/python/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/python/python.so
-lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/sc/sc.so
-lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so
-lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so
-lib/gnumeric/%%VERSION%%/plugins/xml_sax/plugin.xml
-lib/gnumeric/%%VERSION%%/plugins/xml_sax/xml_sax.so
-share/gnome/apps/Applications/gnumeric.desktop
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/.category
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml
-share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml
-share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
-share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autosave.glade
-share/gnome/gnumeric/%%VERSION%%/glade/cell-format.glade
-share/gnome/gnumeric/%%VERSION%%/glade/cell-sort.glade
-share/gnome/gnumeric/%%VERSION%%/glade/col-width.glade
-share/gnome/gnumeric/%%VERSION%%/glade/colrow.glade
-share/gnome/gnumeric/%%VERSION%%/glade/consolidate.glade
-share/gnome/gnumeric/%%VERSION%%/glade/delete-cells.glade
-share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade
-share/gnome/gnumeric/%%VERSION%%/glade/dialog-stf.glade
-share/gnome/gnumeric/%%VERSION%%/glade/dialog-zoom.glade
-share/gnome/gnumeric/%%VERSION%%/glade/font-sel.glade
-share/gnome/gnumeric/%%VERSION%%/glade/formula-guru.glade
-share/gnome/gnumeric/%%VERSION%%/glade/function-select.glade
-share/gnome/gnumeric/%%VERSION%%/glade/graph-guru.glade
-share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade
-share/gnome/gnumeric/%%VERSION%%/glade/insert-cells.glade
-share/gnome/gnumeric/%%VERSION%%/glade/names.glade
-share/gnome/gnumeric/%%VERSION%%/glade/plugin-manager.glade
-share/gnome/gnumeric/%%VERSION%%/glade/print.glade
-share/gnome/gnumeric/%%VERSION%%/glade/row-height.glade
-share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade
-share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
-share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
-share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
-share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
-share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
-share/gnome/gnumeric/%%VERSION%%/glade/validate.glade
-share/gnome/gnumeric/%%VERSION%%/glade/workbook-attr.glade
-share/gnome/gnumeric/%%VERSION%%/gnome/ui/GNOME_Gnumeric.xml
-share/gnome/gnumeric/%%VERSION%%/idl/Gnumeric.idl
-share/gnome/gnumeric/%%VERSION%%/idl/gnumeric-graphs.idl
-share/gnome/gnumeric/%%VERSION%%/python/gnumeric_defs.py
-share/gnome/gnumeric/%%VERSION%%/python/gnumeric_startup.py
-share/gnome/gnumeric/%%VERSION%%/templates/invoice.gnumeric
-share/gnome/gnumeric/%%VERSION%%/templates/loan.gnumeric
-share/gnome/gnumeric/%%VERSION%%/templates/mileage.gnumeric
-share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
-share/gnome/help/gnumeric/C/analysis-tools.html
-share/gnome/help/gnumeric/C/authors.html
-share/gnome/help/gnumeric/C/autofill.html
-share/gnome/help/gnumeric/C/cell-elements.html
-share/gnome/help/gnumeric/C/cell-referencing.html
-share/gnome/help/gnumeric/C/copying-moving.html
-share/gnome/help/gnumeric/C/data-and-time-formatting.html
-share/gnome/help/gnumeric/C/docbook.css
-share/gnome/help/gnumeric/C/editing-selections.html
-share/gnome/help/gnumeric/C/editing.html
-share/gnome/help/gnumeric/C/files.html
-share/gnome/help/gnumeric/C/formatting.html
-share/gnome/help/gnumeric/C/formulas.html
-share/gnome/help/gnumeric/C/function-reference.html
-share/gnome/help/gnumeric/C/images/add-decimals.png
-share/gnome/help/gnumeric/C/images/align-center.png
-share/gnome/help/gnumeric/C/images/align-left.png
-share/gnome/help/gnumeric/C/images/align-right.png
-share/gnome/help/gnumeric/C/images/analysis-tools.png
-share/gnome/help/gnumeric/C/images/arrow.png
-share/gnome/help/gnumeric/C/images/auto-correct.png
-share/gnome/help/gnumeric/C/images/auto-save.png
-share/gnome/help/gnumeric/C/images/auto-sum.png
-share/gnome/help/gnumeric/C/images/autocorrect.png
-share/gnome/help/gnumeric/C/images/autofill-1.png
-share/gnome/help/gnumeric/C/images/autofill-10.png
-share/gnome/help/gnumeric/C/images/autofill-2.png
-share/gnome/help/gnumeric/C/images/autofill-3.png
-share/gnome/help/gnumeric/C/images/autofill-4.png
-share/gnome/help/gnumeric/C/images/autofill-5.png
-share/gnome/help/gnumeric/C/images/autofill-6.png
-share/gnome/help/gnumeric/C/images/autofill-7.png
-share/gnome/help/gnumeric/C/images/autofill-8.png
-share/gnome/help/gnumeric/C/images/autofill-9.png
-share/gnome/help/gnumeric/C/images/autosave.png
-share/gnome/help/gnumeric/C/images/bold.png
-share/gnome/help/gnumeric/C/images/border.png
-share/gnome/help/gnumeric/C/images/cells-1.png
-share/gnome/help/gnumeric/C/images/cells-2.png
-share/gnome/help/gnumeric/C/images/define-name.png
-share/gnome/help/gnumeric/C/images/dnd-selection-1.png
-share/gnome/help/gnumeric/C/images/dndselection-1.png
-share/gnome/help/gnumeric/C/images/drawing-toolbar.png
-share/gnome/help/gnumeric/C/images/editing-1.png
-share/gnome/help/gnumeric/C/images/editing-cell-selection-1.png
-share/gnome/help/gnumeric/C/images/file-dialog.png
-share/gnome/help/gnumeric/C/images/filter.png
-share/gnome/help/gnumeric/C/images/function-wizard.png
-share/gnome/help/gnumeric/C/images/function.png
-share/gnome/help/gnumeric/C/images/goal-seek.png
-share/gnome/help/gnumeric/C/images/graphing.png
-share/gnome/help/gnumeric/C/images/insert-object.png
-share/gnome/help/gnumeric/C/images/italic.png
-share/gnome/help/gnumeric/C/images/line.png
-share/gnome/help/gnumeric/C/images/modify-comment.png
-share/gnome/help/gnumeric/C/images/money.png
-share/gnome/help/gnumeric/C/images/number-format-buttonbar.png
-share/gnome/help/gnumeric/C/images/number-format-color-dialog.png
-share/gnome/help/gnumeric/C/images/number-format-dialog.png
-share/gnome/help/gnumeric/C/images/number-format-font-dialog.png
-share/gnome/help/gnumeric/C/images/number-format-justification-dialog-2.png
-share/gnome/help/gnumeric/C/images/number-format-justification.png
-share/gnome/help/gnumeric/C/images/oval.png
-share/gnome/help/gnumeric/C/images/percentage.png
-share/gnome/help/gnumeric/C/images/plug-ins.png
-share/gnome/help/gnumeric/C/images/plugins.png
-share/gnome/help/gnumeric/C/images/print-large.png
-share/gnome/help/gnumeric/C/images/print-preview-back.png
-share/gnome/help/gnumeric/C/images/print-preview-first.png
-share/gnome/help/gnumeric/C/images/print-preview-fit.png
-share/gnome/help/gnumeric/C/images/print-preview-fittall.png
-share/gnome/help/gnumeric/C/images/print-preview-fitwide.png
-share/gnome/help/gnumeric/C/images/print-preview-last.png
-share/gnome/help/gnumeric/C/images/print-preview-next.png
-share/gnome/help/gnumeric/C/images/print-preview-toolbar.png
-share/gnome/help/gnumeric/C/images/print-preview-zoomin.png
-share/gnome/help/gnumeric/C/images/print-preview-zoomout.png
-share/gnome/help/gnumeric/C/images/print-preview.png
-share/gnome/help/gnumeric/C/images/print-worksheet.png
-share/gnome/help/gnumeric/C/images/print.png
-share/gnome/help/gnumeric/C/images/printing-preview.png
-share/gnome/help/gnumeric/C/images/printing-setup-header.png
-share/gnome/help/gnumeric/C/images/printing-setup-margins.png
-share/gnome/help/gnumeric/C/images/printing-setup-page-1.png
-share/gnome/help/gnumeric/C/images/printing-setup-page.png
-share/gnome/help/gnumeric/C/images/rect.png
-share/gnome/help/gnumeric/C/images/redo.png
-share/gnome/help/gnumeric/C/images/remove-decimals.png
-share/gnome/help/gnumeric/C/images/selection-1.png
-share/gnome/help/gnumeric/C/images/selection-10.png
-share/gnome/help/gnumeric/C/images/selection-2.png
-share/gnome/help/gnumeric/C/images/selection-3.png
-share/gnome/help/gnumeric/C/images/selection-4.png
-share/gnome/help/gnumeric/C/images/selection-5.png
-share/gnome/help/gnumeric/C/images/selection-6.png
-share/gnome/help/gnumeric/C/images/selection-7.png
-share/gnome/help/gnumeric/C/images/selection-8.png
-share/gnome/help/gnumeric/C/images/selection-9.png
-share/gnome/help/gnumeric/C/images/sheet-indicator.png
-share/gnome/help/gnumeric/C/images/solver-01.png
-share/gnome/help/gnumeric/C/images/solver-02.png
-share/gnome/help/gnumeric/C/images/solver-03.png
-share/gnome/help/gnumeric/C/images/solver-04.png
-share/gnome/help/gnumeric/C/images/solver-05.png
-share/gnome/help/gnumeric/C/images/sort-ascending.png
-share/gnome/help/gnumeric/C/images/sort-descending.png
-share/gnome/help/gnumeric/C/images/sort.png
-share/gnome/help/gnumeric/C/images/stock-copy.png
-share/gnome/help/gnumeric/C/images/stock-cut.png
-share/gnome/help/gnumeric/C/images/stock-new.png
-share/gnome/help/gnumeric/C/images/stock-open.png
-share/gnome/help/gnumeric/C/images/stock-paste.png
-share/gnome/help/gnumeric/C/images/stock-save.png
-share/gnome/help/gnumeric/C/images/summary.png
-share/gnome/help/gnumeric/C/images/thousands.png
-share/gnome/help/gnumeric/C/images/toolbar.png
-share/gnome/help/gnumeric/C/images/underline.png
-share/gnome/help/gnumeric/C/images/undo.png
-share/gnome/help/gnumeric/C/images/worksheet-all-1.png
-share/gnome/help/gnumeric/C/images/worksheet-cols-1.png
-share/gnome/help/gnumeric/C/images/worksheet-data-1.png
-share/gnome/help/gnumeric/C/images/worksheet-data-2.png
-share/gnome/help/gnumeric/C/images/worksheet-data-3.png
-share/gnome/help/gnumeric/C/images/worksheet-data-4.png
-share/gnome/help/gnumeric/C/images/worksheet-info-1.png
-share/gnome/help/gnumeric/C/images/worksheet-rows-1.png
-share/gnome/help/gnumeric/C/images/worksheet-running-calc-1.png
-share/gnome/help/gnumeric/C/images/worksheet-zoomin-1.jpg
-share/gnome/help/gnumeric/C/images/worksheet-zoomout-1.jpg
-share/gnome/help/gnumeric/C/images/zoom-dialog.png
-share/gnome/help/gnumeric/C/images/zoom-toolbar.png
-share/gnome/help/gnumeric/C/images/zoom.png
-share/gnome/help/gnumeric/C/index.html
-share/gnome/help/gnumeric/C/introduction.html
-share/gnome/help/gnumeric/C/license.html
-share/gnome/help/gnumeric/C/ln8.html
-share/gnome/help/gnumeric/C/menu-bar.html
-share/gnome/help/gnumeric/C/number-formatting-overview.html
-share/gnome/help/gnumeric/C/print-preview.html
-share/gnome/help/gnumeric/C/print-setup.html
-share/gnome/help/gnumeric/C/printing.html
-share/gnome/help/gnumeric/C/r10002.html
-share/gnome/help/gnumeric/C/r10028.html
-share/gnome/help/gnumeric/C/r10052.html
-share/gnome/help/gnumeric/C/r10080.html
-share/gnome/help/gnumeric/C/r10100.html
-share/gnome/help/gnumeric/C/r10123.html
-share/gnome/help/gnumeric/C/r10147.html
-share/gnome/help/gnumeric/C/r10175.html
-share/gnome/help/gnumeric/C/r10196.html
-share/gnome/help/gnumeric/C/r10216.html
-share/gnome/help/gnumeric/C/r10243.html
-share/gnome/help/gnumeric/C/r10283.html
-share/gnome/help/gnumeric/C/r10308.html
-share/gnome/help/gnumeric/C/r10337.html
-share/gnome/help/gnumeric/C/r10359.html
-share/gnome/help/gnumeric/C/r10382.html
-share/gnome/help/gnumeric/C/r10409.html
-share/gnome/help/gnumeric/C/r10435.html
-share/gnome/help/gnumeric/C/r10463.html
-share/gnome/help/gnumeric/C/r10483.html
-share/gnome/help/gnumeric/C/r10508.html
-share/gnome/help/gnumeric/C/r10531.html
-share/gnome/help/gnumeric/C/r10555.html
-share/gnome/help/gnumeric/C/r10581.html
-share/gnome/help/gnumeric/C/r10603.html
-share/gnome/help/gnumeric/C/r10627.html
-share/gnome/help/gnumeric/C/r10653.html
-share/gnome/help/gnumeric/C/r10675.html
-share/gnome/help/gnumeric/C/r10700.html
-share/gnome/help/gnumeric/C/r10723.html
-share/gnome/help/gnumeric/C/r10745.html
-share/gnome/help/gnumeric/C/r10774.html
-share/gnome/help/gnumeric/C/r10795.html
-share/gnome/help/gnumeric/C/r10818.html
-share/gnome/help/gnumeric/C/r10840.html
-share/gnome/help/gnumeric/C/r10867.html
-share/gnome/help/gnumeric/C/r10887.html
-share/gnome/help/gnumeric/C/r10913.html
-share/gnome/help/gnumeric/C/r10938.html
-share/gnome/help/gnumeric/C/r10961.html
-share/gnome/help/gnumeric/C/r10984.html
-share/gnome/help/gnumeric/C/r11005.html
-share/gnome/help/gnumeric/C/r11030.html
-share/gnome/help/gnumeric/C/r11054.html
-share/gnome/help/gnumeric/C/r11076.html
-share/gnome/help/gnumeric/C/r11096.html
-share/gnome/help/gnumeric/C/r11116.html
-share/gnome/help/gnumeric/C/r11141.html
-share/gnome/help/gnumeric/C/r2696.html
-share/gnome/help/gnumeric/C/r2720.html
-share/gnome/help/gnumeric/C/r2749.html
-share/gnome/help/gnumeric/C/r2770.html
-share/gnome/help/gnumeric/C/r2794.html
-share/gnome/help/gnumeric/C/r2824.html
-share/gnome/help/gnumeric/C/r2844.html
-share/gnome/help/gnumeric/C/r2866.html
-share/gnome/help/gnumeric/C/r2889.html
-share/gnome/help/gnumeric/C/r2917.html
-share/gnome/help/gnumeric/C/r2938.html
-share/gnome/help/gnumeric/C/r2968.html
-share/gnome/help/gnumeric/C/r2988.html
-share/gnome/help/gnumeric/C/r3012.html
-share/gnome/help/gnumeric/C/r3034.html
-share/gnome/help/gnumeric/C/r3073.html
-share/gnome/help/gnumeric/C/r3096.html
-share/gnome/help/gnumeric/C/r3117.html
-share/gnome/help/gnumeric/C/r3147.html
-share/gnome/help/gnumeric/C/r3187.html
-share/gnome/help/gnumeric/C/r3210.html
-share/gnome/help/gnumeric/C/r3234.html
-share/gnome/help/gnumeric/C/r3258.html
-share/gnome/help/gnumeric/C/r3288.html
-share/gnome/help/gnumeric/C/r3312.html
-share/gnome/help/gnumeric/C/r3335.html
-share/gnome/help/gnumeric/C/r3357.html
-share/gnome/help/gnumeric/C/r3380.html
-share/gnome/help/gnumeric/C/r3409.html
-share/gnome/help/gnumeric/C/r3433.html
-share/gnome/help/gnumeric/C/r3460.html
-share/gnome/help/gnumeric/C/r3484.html
-share/gnome/help/gnumeric/C/r3509.html
-share/gnome/help/gnumeric/C/r3531.html
-share/gnome/help/gnumeric/C/r3558.html
-share/gnome/help/gnumeric/C/r3582.html
-share/gnome/help/gnumeric/C/r3602.html
-share/gnome/help/gnumeric/C/r3624.html
-share/gnome/help/gnumeric/C/r3648.html
-share/gnome/help/gnumeric/C/r3673.html
-share/gnome/help/gnumeric/C/r3696.html
-share/gnome/help/gnumeric/C/r3724.html
-share/gnome/help/gnumeric/C/r3747.html
-share/gnome/help/gnumeric/C/r3767.html
-share/gnome/help/gnumeric/C/r3789.html
-share/gnome/help/gnumeric/C/r3816.html
-share/gnome/help/gnumeric/C/r3839.html
-share/gnome/help/gnumeric/C/r3859.html
-share/gnome/help/gnumeric/C/r3970.html
-share/gnome/help/gnumeric/C/r3995.html
-share/gnome/help/gnumeric/C/r4019.html
-share/gnome/help/gnumeric/C/r4042.html
-share/gnome/help/gnumeric/C/r4071.html
-share/gnome/help/gnumeric/C/r4094.html
-share/gnome/help/gnumeric/C/r4117.html
-share/gnome/help/gnumeric/C/r4144.html
-share/gnome/help/gnumeric/C/r4165.html
-share/gnome/help/gnumeric/C/r4189.html
-share/gnome/help/gnumeric/C/r4218.html
-share/gnome/help/gnumeric/C/r4239.html
-share/gnome/help/gnumeric/C/r4262.html
-share/gnome/help/gnumeric/C/r4284.html
-share/gnome/help/gnumeric/C/r4305.html
-share/gnome/help/gnumeric/C/r4328.html
-share/gnome/help/gnumeric/C/r4348.html
-share/gnome/help/gnumeric/C/r4373.html
-share/gnome/help/gnumeric/C/r4396.html
-share/gnome/help/gnumeric/C/r4420.html
-share/gnome/help/gnumeric/C/r4443.html
-share/gnome/help/gnumeric/C/r4463.html
-share/gnome/help/gnumeric/C/r4486.html
-share/gnome/help/gnumeric/C/r4514.html
-share/gnome/help/gnumeric/C/r4538.html
-share/gnome/help/gnumeric/C/r4558.html
-share/gnome/help/gnumeric/C/r4581.html
-share/gnome/help/gnumeric/C/r4607.html
-share/gnome/help/gnumeric/C/r4632.html
-share/gnome/help/gnumeric/C/r4661.html
-share/gnome/help/gnumeric/C/r4684.html
-share/gnome/help/gnumeric/C/r4711.html
-share/gnome/help/gnumeric/C/r4738.html
-share/gnome/help/gnumeric/C/r4760.html
-share/gnome/help/gnumeric/C/r4782.html
-share/gnome/help/gnumeric/C/r4806.html
-share/gnome/help/gnumeric/C/r4831.html
-share/gnome/help/gnumeric/C/r4854.html
-share/gnome/help/gnumeric/C/r4877.html
-share/gnome/help/gnumeric/C/r4899.html
-share/gnome/help/gnumeric/C/r4924.html
-share/gnome/help/gnumeric/C/r4948.html
-share/gnome/help/gnumeric/C/r4972.html
-share/gnome/help/gnumeric/C/r5013.html
-share/gnome/help/gnumeric/C/r5035.html
-share/gnome/help/gnumeric/C/r5056.html
-share/gnome/help/gnumeric/C/r5077.html
-share/gnome/help/gnumeric/C/r5101.html
-share/gnome/help/gnumeric/C/r5127.html
-share/gnome/help/gnumeric/C/r5147.html
-share/gnome/help/gnumeric/C/r5171.html
-share/gnome/help/gnumeric/C/r5193.html
-share/gnome/help/gnumeric/C/r5215.html
-share/gnome/help/gnumeric/C/r5238.html
-share/gnome/help/gnumeric/C/r5264.html
-share/gnome/help/gnumeric/C/r5291.html
-share/gnome/help/gnumeric/C/r5312.html
-share/gnome/help/gnumeric/C/r5334.html
-share/gnome/help/gnumeric/C/r5357.html
-share/gnome/help/gnumeric/C/r5381.html
-share/gnome/help/gnumeric/C/r5422.html
-share/gnome/help/gnumeric/C/r5442.html
-share/gnome/help/gnumeric/C/r5470.html
-share/gnome/help/gnumeric/C/r5494.html
-share/gnome/help/gnumeric/C/r5518.html
-share/gnome/help/gnumeric/C/r5545.html
-share/gnome/help/gnumeric/C/r5570.html
-share/gnome/help/gnumeric/C/r5590.html
-share/gnome/help/gnumeric/C/r5610.html
-share/gnome/help/gnumeric/C/r5634.html
-share/gnome/help/gnumeric/C/r5659.html
-share/gnome/help/gnumeric/C/r5683.html
-share/gnome/help/gnumeric/C/r5708.html
-share/gnome/help/gnumeric/C/r5732.html
-share/gnome/help/gnumeric/C/r5760.html
-share/gnome/help/gnumeric/C/r5783.html
-share/gnome/help/gnumeric/C/r5810.html
-share/gnome/help/gnumeric/C/r5834.html
-share/gnome/help/gnumeric/C/r5854.html
-share/gnome/help/gnumeric/C/r5877.html
-share/gnome/help/gnumeric/C/r5901.html
-share/gnome/help/gnumeric/C/r5941.html
-share/gnome/help/gnumeric/C/r5964.html
-share/gnome/help/gnumeric/C/r5987.html
-share/gnome/help/gnumeric/C/r6012.html
-share/gnome/help/gnumeric/C/r6037.html
-share/gnome/help/gnumeric/C/r6060.html
-share/gnome/help/gnumeric/C/r6083.html
-share/gnome/help/gnumeric/C/r6106.html
-share/gnome/help/gnumeric/C/r6134.html
-share/gnome/help/gnumeric/C/r6154.html
-share/gnome/help/gnumeric/C/r6178.html
-share/gnome/help/gnumeric/C/r6200.html
-share/gnome/help/gnumeric/C/r6240.html
-share/gnome/help/gnumeric/C/r6265.html
-share/gnome/help/gnumeric/C/r6287.html
-share/gnome/help/gnumeric/C/r6308.html
-share/gnome/help/gnumeric/C/r6333.html
-share/gnome/help/gnumeric/C/r6355.html
-share/gnome/help/gnumeric/C/r6384.html
-share/gnome/help/gnumeric/C/r6408.html
-share/gnome/help/gnumeric/C/r6433.html
-share/gnome/help/gnumeric/C/r6457.html
-share/gnome/help/gnumeric/C/r6484.html
-share/gnome/help/gnumeric/C/r6506.html
-share/gnome/help/gnumeric/C/r6529.html
-share/gnome/help/gnumeric/C/r6555.html
-share/gnome/help/gnumeric/C/r6579.html
-share/gnome/help/gnumeric/C/r6599.html
-share/gnome/help/gnumeric/C/r6626.html
-share/gnome/help/gnumeric/C/r6651.html
-share/gnome/help/gnumeric/C/r6675.html
-share/gnome/help/gnumeric/C/r6698.html
-share/gnome/help/gnumeric/C/r6723.html
-share/gnome/help/gnumeric/C/r6745.html
-share/gnome/help/gnumeric/C/r6768.html
-share/gnome/help/gnumeric/C/r6790.html
-share/gnome/help/gnumeric/C/r6832.html
-share/gnome/help/gnumeric/C/r6855.html
-share/gnome/help/gnumeric/C/r6878.html
-share/gnome/help/gnumeric/C/r6899.html
-share/gnome/help/gnumeric/C/r6931.html
-share/gnome/help/gnumeric/C/r6956.html
-share/gnome/help/gnumeric/C/r6981.html
-share/gnome/help/gnumeric/C/r7001.html
-share/gnome/help/gnumeric/C/r7024.html
-share/gnome/help/gnumeric/C/r7049.html
-share/gnome/help/gnumeric/C/r7073.html
-share/gnome/help/gnumeric/C/r7094.html
-share/gnome/help/gnumeric/C/r7117.html
-share/gnome/help/gnumeric/C/r7142.html
-share/gnome/help/gnumeric/C/r7165.html
-share/gnome/help/gnumeric/C/r7194.html
-share/gnome/help/gnumeric/C/r7218.html
-share/gnome/help/gnumeric/C/r7240.html
-share/gnome/help/gnumeric/C/r7267.html
-share/gnome/help/gnumeric/C/r7289.html
-share/gnome/help/gnumeric/C/r7316.html
-share/gnome/help/gnumeric/C/r7336.html
-share/gnome/help/gnumeric/C/r7362.html
-share/gnome/help/gnumeric/C/r7387.html
-share/gnome/help/gnumeric/C/r7412.html
-share/gnome/help/gnumeric/C/r7436.html
-share/gnome/help/gnumeric/C/r7463.html
-share/gnome/help/gnumeric/C/r7503.html
-share/gnome/help/gnumeric/C/r7529.html
-share/gnome/help/gnumeric/C/r7552.html
-share/gnome/help/gnumeric/C/r7574.html
-share/gnome/help/gnumeric/C/r7597.html
-share/gnome/help/gnumeric/C/r7619.html
-share/gnome/help/gnumeric/C/r7639.html
-share/gnome/help/gnumeric/C/r7664.html
-share/gnome/help/gnumeric/C/r7686.html
-share/gnome/help/gnumeric/C/r7712.html
-share/gnome/help/gnumeric/C/r7735.html
-share/gnome/help/gnumeric/C/r7760.html
-share/gnome/help/gnumeric/C/r7788.html
-share/gnome/help/gnumeric/C/r7818.html
-share/gnome/help/gnumeric/C/r7842.html
-share/gnome/help/gnumeric/C/r7868.html
-share/gnome/help/gnumeric/C/r7888.html
-share/gnome/help/gnumeric/C/r7924.html
-share/gnome/help/gnumeric/C/r7941.html
-share/gnome/help/gnumeric/C/r7963.html
-share/gnome/help/gnumeric/C/r7988.html
-share/gnome/help/gnumeric/C/r8013.html
-share/gnome/help/gnumeric/C/r8037.html
-share/gnome/help/gnumeric/C/r8060.html
-share/gnome/help/gnumeric/C/r8083.html
-share/gnome/help/gnumeric/C/r8106.html
-share/gnome/help/gnumeric/C/r8139.html
-share/gnome/help/gnumeric/C/r8161.html
-share/gnome/help/gnumeric/C/r8188.html
-share/gnome/help/gnumeric/C/r8208.html
-share/gnome/help/gnumeric/C/r8248.html
-share/gnome/help/gnumeric/C/r8271.html
-share/gnome/help/gnumeric/C/r8294.html
-share/gnome/help/gnumeric/C/r8317.html
-share/gnome/help/gnumeric/C/r8341.html
-share/gnome/help/gnumeric/C/r8365.html
-share/gnome/help/gnumeric/C/r8391.html
-share/gnome/help/gnumeric/C/r8413.html
-share/gnome/help/gnumeric/C/r8437.html
-share/gnome/help/gnumeric/C/r8465.html
-share/gnome/help/gnumeric/C/r8488.html
-share/gnome/help/gnumeric/C/r8508.html
-share/gnome/help/gnumeric/C/r8530.html
-share/gnome/help/gnumeric/C/r8557.html
-share/gnome/help/gnumeric/C/r8580.html
-share/gnome/help/gnumeric/C/r8602.html
-share/gnome/help/gnumeric/C/r8626.html
-share/gnome/help/gnumeric/C/r8659.html
-share/gnome/help/gnumeric/C/r8687.html
-share/gnome/help/gnumeric/C/r8711.html
-share/gnome/help/gnumeric/C/r8733.html
-share/gnome/help/gnumeric/C/r8761.html
-share/gnome/help/gnumeric/C/r8787.html
-share/gnome/help/gnumeric/C/r8810.html
-share/gnome/help/gnumeric/C/r8833.html
-share/gnome/help/gnumeric/C/r8861.html
-share/gnome/help/gnumeric/C/r8885.html
-share/gnome/help/gnumeric/C/r8910.html
-share/gnome/help/gnumeric/C/r8938.html
-share/gnome/help/gnumeric/C/r8965.html
-share/gnome/help/gnumeric/C/r8983.html
-share/gnome/help/gnumeric/C/r9007.html
-share/gnome/help/gnumeric/C/r9035.html
-share/gnome/help/gnumeric/C/r9063.html
-share/gnome/help/gnumeric/C/r9086.html
-share/gnome/help/gnumeric/C/r9108.html
-share/gnome/help/gnumeric/C/r9131.html
-share/gnome/help/gnumeric/C/r9151.html
-share/gnome/help/gnumeric/C/r9179.html
-share/gnome/help/gnumeric/C/r9200.html
-share/gnome/help/gnumeric/C/r9223.html
-share/gnome/help/gnumeric/C/r9247.html
-share/gnome/help/gnumeric/C/r9271.html
-share/gnome/help/gnumeric/C/r9299.html
-share/gnome/help/gnumeric/C/r9322.html
-share/gnome/help/gnumeric/C/r9351.html
-share/gnome/help/gnumeric/C/r9373.html
-share/gnome/help/gnumeric/C/r9397.html
-share/gnome/help/gnumeric/C/r9418.html
-share/gnome/help/gnumeric/C/r9442.html
-share/gnome/help/gnumeric/C/r9465.html
-share/gnome/help/gnumeric/C/r9490.html
-share/gnome/help/gnumeric/C/r9513.html
-share/gnome/help/gnumeric/C/r9533.html
-share/gnome/help/gnumeric/C/r9554.html
-share/gnome/help/gnumeric/C/r9579.html
-share/gnome/help/gnumeric/C/r9608.html
-share/gnome/help/gnumeric/C/r9633.html
-share/gnome/help/gnumeric/C/r9653.html
-share/gnome/help/gnumeric/C/r9673.html
-share/gnome/help/gnumeric/C/r9695.html
-share/gnome/help/gnumeric/C/r9717.html
-share/gnome/help/gnumeric/C/r9741.html
-share/gnome/help/gnumeric/C/r9767.html
-share/gnome/help/gnumeric/C/r9788.html
-share/gnome/help/gnumeric/C/r9829.html
-share/gnome/help/gnumeric/C/r9857.html
-share/gnome/help/gnumeric/C/r9877.html
-share/gnome/help/gnumeric/C/r9917.html
-share/gnome/help/gnumeric/C/r9938.html
-share/gnome/help/gnumeric/C/r9961.html
-share/gnome/help/gnumeric/C/rest.html
-share/gnome/help/gnumeric/C/selecting-cells-entering-formulas.html
-share/gnome/help/gnumeric/C/solver.html
-share/gnome/help/gnumeric/C/toolbar-buttons.html
-share/gnome/help/gnumeric/C/topic.dat
-share/gnome/help/gnumeric/C/tutorials.html
-share/gnome/mc/templates/gnumeric.desktop
-share/gnome/mime-info/gnumeric.keys
-share/gnome/mime-info/gnumeric.mime
-share/gnome/oaf/GNOME_Gnumeric.oaf
-share/gnome/pixmaps/gnome-application-x-gnumeric.png
-share/gnome/pixmaps/gnome-application-x-xls.png
-share/gnome/pixmaps/gnome-gnumeric.png
-share/gnome/pixmaps/gnumeric/bottom_border
-share/gnome/pixmaps/gnumeric/diag_border
-share/gnome/pixmaps/gnumeric/down-right.png
-share/gnome/pixmaps/gnumeric/gp_125grey
-share/gnome/pixmaps/gnumeric/gp_25grey
-share/gnome/pixmaps/gnumeric/gp_50grey
-share/gnome/pixmaps/gnumeric/gp_625grey
-share/gnome/pixmaps/gnumeric/gp_75grey
-share/gnome/pixmaps/gnumeric/gp_bricks
-share/gnome/pixmaps/gnumeric/gp_diag
-share/gnome/pixmaps/gnumeric/gp_diag_cross
-share/gnome/pixmaps/gnumeric/gp_foreground_solid
-share/gnome/pixmaps/gnumeric/gp_horiz
-share/gnome/pixmaps/gnumeric/gp_large_circles
-share/gnome/pixmaps/gnumeric/gp_rev_diag
-share/gnome/pixmaps/gnumeric/gp_semi_circle
-share/gnome/pixmaps/gnumeric/gp_small_circle
-share/gnome/pixmaps/gnumeric/gp_solid
-share/gnome/pixmaps/gnumeric/gp_thatch
-share/gnome/pixmaps/gnumeric/gp_thick_diag_cross
-share/gnome/pixmaps/gnumeric/gp_thin_diag
-share/gnome/pixmaps/gnumeric/gp_thin_diag_cross
-share/gnome/pixmaps/gnumeric/gp_thin_horiz
-share/gnome/pixmaps/gnumeric/gp_thin_horiz_cross
-share/gnome/pixmaps/gnumeric/gp_thin_rev_diag
-share/gnome/pixmaps/gnumeric/gp_thin_vert
-share/gnome/pixmaps/gnumeric/gp_vert
-share/gnome/pixmaps/gnumeric/inside_border
-share/gnome/pixmaps/gnumeric/inside_horiz_border
-share/gnome/pixmaps/gnumeric/inside_vert_border
-share/gnome/pixmaps/gnumeric/left_border
-share/gnome/pixmaps/gnumeric/line_pattern_dash_dot
-share/gnome/pixmaps/gnumeric/line_pattern_dash_dot_dot
-share/gnome/pixmaps/gnumeric/line_pattern_dashed
-share/gnome/pixmaps/gnumeric/line_pattern_dotted
-share/gnome/pixmaps/gnumeric/line_pattern_double
-share/gnome/pixmaps/gnumeric/line_pattern_hair
-share/gnome/pixmaps/gnumeric/line_pattern_medium
-share/gnome/pixmaps/gnumeric/line_pattern_medium_dash
-share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot
-share/gnome/pixmaps/gnumeric/line_pattern_medium_dash_dot_dot
-share/gnome/pixmaps/gnumeric/line_pattern_slant
-share/gnome/pixmaps/gnumeric/line_pattern_thick
-share/gnome/pixmaps/gnumeric/line_pattern_thin
-share/gnome/pixmaps/gnumeric/no_border
-share/gnome/pixmaps/gnumeric/orient-horizontal.png
-share/gnome/pixmaps/gnumeric/orient-vertical.png
-share/gnome/pixmaps/gnumeric/outline_border
-share/gnome/pixmaps/gnumeric/rev_diag_border
-share/gnome/pixmaps/gnumeric/right-down.png
-share/gnome/pixmaps/gnumeric/right_border
-share/gnome/pixmaps/gnumeric/stf-druid.png
-share/gnome/pixmaps/gnumeric/top_border
-share/locale/ca/LC_MESSAGES/gnumeric.mo
-share/locale/cs/LC_MESSAGES/gnumeric.mo
-share/locale/da/LC_MESSAGES/gnumeric.mo
-share/locale/de/LC_MESSAGES/gnumeric.mo
-share/locale/el/LC_MESSAGES/gnumeric.mo
-share/locale/en_AU/LC_MESSAGES/gnumeric.mo
-share/locale/en_CA/LC_MESSAGES/gnumeric.mo
-share/locale/en_GB/LC_MESSAGES/gnumeric.mo
-share/locale/es/LC_MESSAGES/gnumeric.mo
-share/locale/es_DO/LC_MESSAGES/gnumeric.mo
-share/locale/es_GT/LC_MESSAGES/gnumeric.mo
-share/locale/es_HN/LC_MESSAGES/gnumeric.mo
-share/locale/es_MX/LC_MESSAGES/gnumeric.mo
-share/locale/es_PA/LC_MESSAGES/gnumeric.mo
-share/locale/es_PE/LC_MESSAGES/gnumeric.mo
-share/locale/es_SV/LC_MESSAGES/gnumeric.mo
-share/locale/et/LC_MESSAGES/gnumeric.mo
-share/locale/fi/LC_MESSAGES/gnumeric.mo
-share/locale/fr/LC_MESSAGES/gnumeric.mo
-share/locale/ga/LC_MESSAGES/gnumeric.mo
-share/locale/gl/LC_MESSAGES/gnumeric.mo
-share/locale/hr/LC_MESSAGES/gnumeric.mo
-share/locale/hu/LC_MESSAGES/gnumeric.mo
-share/locale/it/LC_MESSAGES/gnumeric.mo
-share/locale/ja/LC_MESSAGES/gnumeric.mo
-share/locale/nl/LC_MESSAGES/gnumeric.mo
-share/locale/nn/LC_MESSAGES/gnumeric.mo
-share/locale/no/LC_MESSAGES/gnumeric.mo
-share/locale/pl/LC_MESSAGES/gnumeric.mo
-share/locale/pt/LC_MESSAGES/gnumeric.mo
-share/locale/pt_BR/LC_MESSAGES/gnumeric.mo
-share/locale/ru/LC_MESSAGES/gnumeric.mo
-share/locale/sk/LC_MESSAGES/gnumeric.mo
-share/locale/sv/LC_MESSAGES/gnumeric.mo
-share/locale/tr/LC_MESSAGES/gnumeric.mo
-share/locale/uk/LC_MESSAGES/gnumeric.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gnumeric.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo
-@dirrm share/gnome/pixmaps/gnumeric
-@dirrm share/gnome/help/gnumeric/C/images
-@dirrm share/gnome/help/gnumeric/C
-@dirrm share/gnome/help/gnumeric
-@dirrm share/gnome/gnumeric/%%VERSION%%/templates
-@dirrm share/gnome/gnumeric/%%VERSION%%/python
-@dirrm share/gnome/gnumeric/%%VERSION%%/idl
-@dirrm share/gnome/gnumeric/%%VERSION%%/gnome/ui
-@dirrm share/gnome/gnumeric/%%VERSION%%/gnome
-@dirrm share/gnome/gnumeric/%%VERSION%%/glade
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/List
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/General
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Financial
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Colourful
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/Classical
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates/3D
-@dirrm share/gnome/gnumeric/%%VERSION%%/autoformat-templates
-@dirrm share/gnome/gnumeric/%%VERSION%%
-@dirrm share/gnome/gnumeric
-@unexec rmdir %D/share/gnome/oaf 2>/dev/null || true
-@dirrm lib/gnumeric/%%VERSION%%/plugins/xml_sax
-@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase
-@dirrm lib/gnumeric/%%VERSION%%/plugins/sylk
-@dirrm lib/gnumeric/%%VERSION%%/plugins/sc
-@dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader
-@dirrm lib/gnumeric/%%VERSION%%/plugins/python
-@dirrm lib/gnumeric/%%VERSION%%/plugins/py-func
-@dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv
-@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect
-@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo
-@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory
-@dirrm lib/gnumeric/%%VERSION%%/plugins/lotus
-@dirrm lib/gnumeric/%%VERSION%%/plugins/html
-@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary
-@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif
-@dirrm lib/gnumeric/%%VERSION%%/plugins/gb
-@dirrm lib/gnumeric/%%VERSION%%/plugins/excel
-@dirrm lib/gnumeric/%%VERSION%%/plugins/dif
-@dirrm lib/gnumeric/%%VERSION%%/plugins/derivatives
-@dirrm lib/gnumeric/%%VERSION%%/plugins/applix
-@dirrm lib/gnumeric/%%VERSION%%/plugins
-@dirrm lib/gnumeric/%%VERSION%%
-@dirrm lib/gnumeric