[gtkmm-documentation] Build: Adapt to a filename change.



commit 5e85d1095731c6af563d8e1e0446acb8196312f7
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 26 11:45:01 2011 +0100

    Build: Adapt to a filename change.
    
    * examples/Makefile.am: Mention the new .css file instead of the old rc file.

 ChangeLog            |    6 ++++++
 examples/Makefile.am |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 734e978..8f68ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-26  Murray Cumming  <murrayc murrayc com>
+
+	Build: Adapt to a filename change.
+
+	* examples/Makefile.am: Mention the new .css file instead of the old rc file.
+
 2011-01-23  Kjell Ahlstedt <kjell ahlstedt bredband net>
 
 	Modified the custom_container and custom_widget examples.
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c848792..b67a00d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -116,7 +116,7 @@ dist_noinst_DATA =				\
 	book/builder/basic/basic.ui		\
 	book/builder/derived/basic.ui		\
 	book/buttons/button/info.xpm		\
-	book/custom/custom_widget/custom_gtkrc	\
+	book/custom/custom_widget/custom_gtk.css	\
 	book/iconview/gnome-dice-1.svg		\
 	book/iconview/gnome-dice-2.svg		\
 	book/iconview/gnome-dice-3.svg		\



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