[aisleriot] build: Use no-lc-dist yelp option



commit 2f8c5bfa1ae7d3e80d4f8671a930b7b37043b4f4
Author: Christian Persch <chpe gnome org>
Date:   Wed Nov 27 11:30:10 2013 +0100

    build: Use no-lc-dist yelp option
    
    This makes the tarballs smaller by not distributing the generated help files.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d455a34..0759751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -564,7 +564,7 @@ if test "$with_help_method" = "file"; then
   AC_DEFINE_UNQUOTED([HELP_FILE_FORMAT],["$with_help_file_format"],[The help file format])
 fi
 
-YELP_HELP_INIT([no-lc-media-links])
+YELP_HELP_INIT([no-lc-media-links no-lc-dist])
 
 AM_CONDITIONAL([BUILD_HELP],[test "$with_help_method" = "ghelp"])
 


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