[Lunar-commits] <moonbase> pango: build docs?
Christian Krause
wookietreiber at lunar-linux.org
Tue Jun 7 14:10:14 CEST 2011
commit 3e07eb6182198acec011e606158d5c937936ff27
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Tue Jun 7 14:10:14 2011 +0200
pango: build docs?
---
libs/pango/BUILD | 4 ++++
libs/pango/CONFIGURE | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/libs/pango/BUILD b/libs/pango/BUILD
index 3dc8970..0c34c5c 100644
--- a/libs/pango/BUILD
+++ b/libs/pango/BUILD
@@ -3,6 +3,10 @@
# Unwanted doc
rm -f README.win32 &&
+ if [ "`get_module_config DOCS`" = "n" ] ; then
+ sedit 's/SUBDIRS = pango modules pango-view examples docs tools tests/SUBDIRS = pango modules pango-view examples tools tests/g' Makefile.in
+ fi &&
+
default_build
) > $C_FIFO 2>&1
diff --git a/libs/pango/CONFIGURE b/libs/pango/CONFIGURE
new file mode 100644
index 0000000..04b5a83
--- /dev/null
+++ b/libs/pango/CONFIGURE
@@ -0,0 +1 @@
+mquery DOCS "Build docs?" n
More information about the Lunar-commits
mailing list