[Lunar-commits] <moonbase> gdk-pixbuf: option for docs
Christian Krause
wookietreiber at lunar-linux.org
Tue Jul 19 10:58:45 CEST 2011
commit b10a8616f5307def7081d759217066c90002f6d7
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Tue Jul 19 10:58:45 2011 +0200
gdk-pixbuf: option for docs
---
gnome2/platform/gdk-pixbuf/BUILD | 9 +++++++++
gnome2/platform/gdk-pixbuf/CONFIGURE | 1 +
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/gnome2/platform/gdk-pixbuf/BUILD b/gnome2/platform/gdk-pixbuf/BUILD
new file mode 100644
index 0000000..536c9f8
--- /dev/null
+++ b/gnome2/platform/gdk-pixbuf/BUILD
@@ -0,0 +1,9 @@
+(
+
+ if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit "s/SUBDIRS = gdk-pixbuf po docs/SUBDIRS = gdk-pixbuf po/g" Makefile.in
+ fi &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/platform/gdk-pixbuf/CONFIGURE b/gnome2/platform/gdk-pixbuf/CONFIGURE
new file mode 100644
index 0000000..04b5a83
--- /dev/null
+++ b/gnome2/platform/gdk-pixbuf/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
More information about the Lunar-commits
mailing list