diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 16:08:04 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 16:08:04 +0000 |
commit | 3919422f00cc155d72bbf3b968f220844faf1d28 (patch) | |
tree | 99842d0970c72bec9d6a308c2d742800138da7fa /recipes/gnome/gnome-system-tools | |
parent | 9d4b913b6d0941cc12ed8853915d40ca2dd6be69 (diff) |
gnome-system-tools_2.27.1.bb : remove building the help docs
I cant get xml2po to work on these sources so remove doc directory
from being built. This made recipe much simpler.
Diffstat (limited to 'recipes/gnome/gnome-system-tools')
-rw-r--r-- | recipes/gnome/gnome-system-tools/remove-docs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-system-tools/remove-docs.patch b/recipes/gnome/gnome-system-tools/remove-docs.patch new file mode 100644 index 0000000000..cb3d78b7db --- /dev/null +++ b/recipes/gnome/gnome-system-tools/remove-docs.patch @@ -0,0 +1,12 @@ +Index: gnome-system-tools-2.27.1/Makefile.am +=================================================================== +--- gnome-system-tools-2.27.1.orig/Makefile.am ++++ gnome-system-tools-2.27.1/Makefile.am +@@ -1,6 +1,6 @@ + ## Process this file with automake to produce Makefile.in + +-SUBDIRS = doc icons interfaces pixmaps src po ++SUBDIRS = icons interfaces pixmaps src po + + distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper + |