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