diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-29 08:17:48 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-10-29 08:17:48 +0100 |
commit | 31c440b89cf2f9002bc8df2f69a34b4948f0d0de (patch) | |
tree | 1857f3bafea059cef218aab8247903a0a7ae1215 /recipes/gnome/gnumeric/remove-docs.patch | |
parent | 8452d20bc548c6566bb10bc3b7c87c3c49da1030 (diff) | |
parent | e7c38fbecd76844bb5def3f32717f8f21df7c90f (diff) |
Merge branch 'org.openembedded.dev' of ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome/gnumeric/remove-docs.patch')
-rw-r--r-- | recipes/gnome/gnumeric/remove-docs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gnome/gnumeric/remove-docs.patch b/recipes/gnome/gnumeric/remove-docs.patch new file mode 100644 index 0000000000..650ad6f4fa --- /dev/null +++ b/recipes/gnome/gnumeric/remove-docs.patch @@ -0,0 +1,10 @@ +Index: gnumeric-1.8.2/Makefile.am +=================================================================== +--- gnumeric-1.8.2.orig/Makefile.am 2008-01-15 02:53:04.000000000 +0000 ++++ gnumeric-1.8.2/Makefile.am 2008-04-01 22:44:44.000000000 +0000 +@@ -1,4 +1,4 @@ +-SUBDIRS = . po po-functions src plugins icons templates doc tools schemas test ++SUBDIRS = . po po-functions src plugins icons templates tools schemas test + + XML_I18N_XML_KIND = --pass-through + |