[gtkmm-documentation] Distribute example data files



commit aa773cb447b6bb11c2db76bf1213b767fb034985
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Fri Aug 21 07:08:21 2009 +0200

    Distribute example data files
    
    * examples/Makefile.am (dist_noinst_DATA): List data files of
    the example programs.

 ChangeLog            |    7 +++++++
 examples/Makefile.am |   19 +++++++++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 77d284a..95b83eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-21  Daniel Elstner  <daniel kitta gmail com>
 
+	Distribute example data files
+
+	* examples/Makefile.am (dist_noinst_DATA): List data files of
+	the example programs.
+
+2009-08-21  Daniel Elstner  <daniel kitta gmail com>
+
 	Link with required libraries only
 
 	* configure.ac: Call PKG_CHECK_MODULES() separately for giomm,
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 871e032..ed33fbd 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -112,6 +112,25 @@ noinst_PROGRAMS =					\
 	others/treemodelcustom/example			\
 	others/window/wheelbarrow
 
+dist_noinst_DATA =				\
+	README					\
+	book/README				\
+	book/builder/basic/basic.ui		\
+	book/builder/derived/basic.ui		\
+	book/buttons/button/info.xpm		\
+	book/custom/custom_widget/custom_gtkrc	\
+	book/iconview/gnome-dice-1.svg		\
+	book/iconview/gnome-dice-2.svg		\
+	book/iconview/gnome-dice-3.svg		\
+	book/iconview/gnome-dice-4.svg		\
+	book/iconview/gnome-dice-5.svg		\
+	book/iconview/gnome-dice-6.svg		\
+	book/iconview/mozilla-firefox.png	\
+	book/iconview/xmms.xpm			\
+	book/libglademm/derived/simple.glade	\
+	book/libglademm/simple/simple.glade	\
+	book/menus_and_toolbars/rain.png
+
 book_alignment_example_SOURCES =		\
 	book/alignment/examplewindow.cc		\
 	book/alignment/examplewindow.h		\



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