[mousetweaks] Only install man pages if the applets are built
- From: Gerd Kohlberger <gerdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetweaks] Only install man pages if the applets are built
- Date: Wed, 13 Oct 2010 16:59:28 +0000 (UTC)
commit 8b09025ea39b2e56972fc3028bdce30871bed41a
Author: Gerd Kohlberger <gerdk src gnome org>
Date: Wed Oct 13 18:59:20 2010 +0200
Only install man pages if the applets are built
man/Makefile.am | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/man/Makefile.am b/man/Makefile.am
index e7b6ded..1356c94 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,7 +1,15 @@
-man_MANS = \
- mousetweaks.1 \
- dwell-click-applet.1 \
- pointer-capture-applet.1
+if BUILD_PCA
+pca_man = pointer-capture-applet.1
+endif
+
+if BUILD_DCA
+dca_man = dwell-click-applet.1
+endif
+
+man_MANS = \
+ mousetweaks.1 \
+ $(pca_man) \
+ $(dca_man)
EXTRA_DIST = $(man_MANS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]