[frogr] Don't even build help documents in Mac



commit f5f029197112cbd9ccb20c3e7fa0d8142606ff42
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Dec 18 21:41:30 2012 +0100

    Don't even build help documents in Mac

 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 850d5f3..6f95478 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,11 @@ MAINTAINERCLEANFILES = \
 	missing \
 	mkinstalldirs
 
-SUBDIRS = src po help
+SUBDIRS = src po
+
+if !PLATFORM_MAC
+SUBDIRS += help
+endif
 
 ACLOCAL_AMFLAGS=-I m4
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]