gtkmm r972 - in branches/gtkmm-2-12: . docs/reference docs/reference/images docs/reference/images/widgets



Author: murrayc
Date: Sun Feb 24 04:52:35 2008
New Revision: 972
URL: http://svn.gnome.org/viewvc/gtkmm?rev=972&view=rev

Log:
2008-02-24  Murray Cumming  <murrayc murrayc com>

* configure.in:
* docs/reference/Makefile.am:
* docs/reference/images/Makefile.am:
* docs/reference/images/widgets/Makefile.am: Added Makefile.am files 
to dist the contents of these new directories, to fix distcheck.

Added:
   branches/gtkmm-2-12/docs/reference/images/Makefile.am
   branches/gtkmm-2-12/docs/reference/images/widgets/Makefile.am
Modified:
   branches/gtkmm-2-12/ChangeLog
   branches/gtkmm-2-12/configure.in
   branches/gtkmm-2-12/docs/reference/Makefile.am

Modified: branches/gtkmm-2-12/configure.in
==============================================================================
--- branches/gtkmm-2-12/configure.in	(original)
+++ branches/gtkmm-2-12/configure.in	Sun Feb 24 04:52:35 2008
@@ -493,6 +493,8 @@
         docs/tutorial/icons/Makefile
       docs/reference/Makefile
       docs/reference/Doxyfile
+        docs/reference/images/Makefile
+          docs/reference/images/widgets/Makefile
   ])
 else
   DOCS_SUBDIR=""

Modified: branches/gtkmm-2-12/docs/reference/Makefile.am
==============================================================================
--- branches/gtkmm-2-12/docs/reference/Makefile.am	(original)
+++ branches/gtkmm-2-12/docs/reference/Makefile.am	Sun Feb 24 04:52:35 2008
@@ -1,3 +1,5 @@
+SUBDIRS = images
+
 doxygen_configfile = Doxyfile
 doxygen_configfile_source = $(srcdir)/Doxyfile.in
 beautify_docs = @GMMPROC_DIR@/beautify_docs.pl

Added: branches/gtkmm-2-12/docs/reference/images/Makefile.am
==============================================================================
--- (empty file)
+++ branches/gtkmm-2-12/docs/reference/images/Makefile.am	Sun Feb 24 04:52:35 2008
@@ -0,0 +1,5 @@
+SUBDIRS = widgets
+
+#This directory is retrieved as an svn::external.
+EXTRA_DIST = stock
+

Added: branches/gtkmm-2-12/docs/reference/images/widgets/Makefile.am
==============================================================================
--- (empty file)
+++ branches/gtkmm-2-12/docs/reference/images/widgets/Makefile.am	Sun Feb 24 04:52:35 2008
@@ -0,0 +1,10 @@
+EXTRA_DIST = aboutdialog1.png comboboxentry1.png hscale1.png notebook1.png \
+  toggletoolbutton1.png arrow1.png entry1.png hscrollbar1.png \
+  progressbar1.png toolbar1.png button2.png filechooserbutton1.png \
+  hseparator1.png radiobutton1.png toolbutton1.png calendar1.png \
+  filechooserdialog1.png image1.png recentchooserdialog1.png vscale1.png \
+  checkbutton1.png fontbutton1.png label1.png spinbutton1.png vscrollbar1.png \
+  colorbutton1.png fontselectiondialog1.png linkbutton1.png statusbar1.png \
+  vseparator1.png colorselectiondialog1.png frame1.png menubar1.png table1.png \
+  combobox1.png hbuttonbox1.png messagedialog1.png textview1.png
+



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