summaryrefslogtreecommitdiff
path: root/packages/gnumeric/gnumeric-1.5.2
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-08-01 11:42:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-01 11:42:26 +0000
commit4659f45317be046b79202bb800a42279549c9289 (patch)
tree5932c2e4a382196e4c7a6e07848e89f2758d3f73 /packages/gnumeric/gnumeric-1.5.2
parent6c3fd16f46e7745c9e04462ddfb609290ef5d570 (diff)
gnumeric-1.5.2: added patch to miss out docs files as these require scrollkeeper which OE distribs dont use currently.
Diffstat (limited to 'packages/gnumeric/gnumeric-1.5.2')
-rw-r--r--packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty0
-rw-r--r--packages/gnumeric/gnumeric-1.5.2/remove-docs.patch8
2 files changed, 8 insertions, 0 deletions
diff --git a/packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty b/packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gnumeric/gnumeric-1.5.2/.mtn2git_empty
diff --git a/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch b/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch
new file mode 100644
index 0000000000..4a9108bd4e
--- /dev/null
+++ b/packages/gnumeric/gnumeric-1.5.2/remove-docs.patch
@@ -0,0 +1,8 @@
+--- gnumeric-1.5.2/Makefile.am.orig 2005-08-01 11:32:36.119921544 +0000
++++ gnumeric-1.5.2/Makefile.am 2005-08-01 11:32:44.689618752 +0000
+@@ -1,4 +1,4 @@
+-SUBDIRS = . po po-functions src plugins icons templates doc schemas
++SUBDIRS = . po po-functions src plugins icons templates schemas
+ if WITH_WIN32
+ SUBDIRS += tools
+ endif