commit f3fe7a41f6af410858416fe855fd90b0523a05ab
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sun Aug 26 16:29:37 2012 +0200

    install the config examples to docdir

 src/Makefile.am        |    6 +++++-
 src/compat/Makefile.am |    6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b9cfffa..3cccc7f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,4 +13,8 @@ mdconvert_SOURCES = mdconvert.c
 mdconvert_LDADD = -ldb
 
 man_MANS = mbsync.1 mdconvert.1
-EXTRA_DIST = run-tests.pl mbsyncrc.sample $(man_MANS)
+
+exampledir = $(docdir)/examples
+example_DATA = mbsyncrc.sample
+
+EXTRA_DIST = run-tests.pl $(example_DATA) $(man_MANS)
diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am
index e988fc7..c234f0f 100644
--- a/src/compat/Makefile.am
+++ b/src/compat/Makefile.am
@@ -5,4 +5,8 @@ isync_LDADD = -ldb
 noinst_HEADERS = isync.h
 
 man_MANS = isync.1
-EXTRA_DIST = isyncrc.sample $(man_MANS)
+
+exampledir = $(docdir)/examples
+example_DATA = isyncrc.sample
+
+EXTRA_DIST = $(example_DATA) $(man_MANS)

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to