1999-08-16 18:51:52 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
call g_test_init() from gtk_test_init().
2007-11-22 15:39:40 Tim Janik <timj@imendio.com>
* gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
* gtk/tests/testing.c: use g_test_add_func() to register tests and use
g_test_run() to run the tests to integrate with the testing framework.
* gtk/tests/Makefile.am: removed exemplary testing rules.
* Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
* gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
* tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
* docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
* docs/reference/Makefile.am, docs/tools/Makefile.am:
* docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
* gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
* demos/gtk-demo/Makefile.am, demos/Makefile.am:
* modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
* modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
* modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
* modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
* modules/engines/ms-windows/Theme/Makefile.am:
* modules/engines/ms-windows/Makefile.am:
* modules/engines/Makefile.am, modules/engines/pixbuf/Makefile.am:
* modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
* contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
* gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
* gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
* gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
svn path=/trunk/; revision=19033
2007-11-22 14:38:26 +00:00
|
|
|
include $(top_srcdir)/Makefile.decl
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
|
1999-08-16 18:51:52 +00:00
|
|
|
# The name of the module.
|
|
|
|
DOC_MODULE=gtk
|
|
|
|
|
|
|
|
# The top-level SGML file.
|
|
|
|
DOC_MAIN_SGML_FILE=gtk-docs.sgml
|
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Extra options to supply to gtkdoc-scan
|
|
|
|
SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED"
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# Extra options to pass to gtkdoc-scangobj
|
|
|
|
SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)"
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# The directory containing the source code. Relative to $(srcdir)
|
|
|
|
DOC_SOURCE_DIR=../../../gtk
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Used for dependencies
|
|
|
|
HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
|
|
|
CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
|
|
|
|
2000-09-07 18:17:06 +00:00
|
|
|
# Header files to ignore when scanning
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
IGNORE_HFILES= \
|
2004-08-10 22:58:59 +00:00
|
|
|
gtkalias.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
fnmatch.h \
|
|
|
|
gdk-pixbuf-loader.h \
|
|
|
|
gtkdebug.h \
|
2007-06-16 02:02:37 +00:00
|
|
|
gtkbuilderprivate.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtkdndcursors.h \
|
2004-02-12 01:52:26 +00:00
|
|
|
gtkentryprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserdefault.h \
|
2004-03-02 22:57:40 +00:00
|
|
|
gtkfilechooserembed.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserentry.h \
|
2004-02-12 01:52:26 +00:00
|
|
|
gtkfilechooserprivate.h \
|
2006-06-01 03:56:42 +00:00
|
|
|
gtkfilechoosersettings.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkfilechooserutils.h \
|
|
|
|
gtkfilesystem.h \
|
|
|
|
gtkfilesystemmodel.h \
|
|
|
|
gtkfilesystemunix.h \
|
2003-12-08 22:56:52 +00:00
|
|
|
gtkfilesystemwin32.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtkiconcache.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkiconcachevalidator.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkiconthemeparser.h \
|
|
|
|
gtkintl.h \
|
|
|
|
gtkkeyhash.h \
|
|
|
|
gtkmarshal.h \
|
2005-06-30 03:21:25 +00:00
|
|
|
gtkmnemonichash.h \
|
2004-02-28 00:09:48 +00:00
|
|
|
gtkpathbar.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtkplugprivate.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprintbackend.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkprinteroption.h \
|
|
|
|
gtkprinteroptionset.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprinteroptionwidget.h \
|
|
|
|
gtkprinter-private.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkprint-win32.h \
|
|
|
|
gtkprintutils.h \
|
2006-04-21 15:09:32 +00:00
|
|
|
gtkprintoperation-private.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkprivate.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkquery.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtkrbtree.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtkrecentchooserdefault.h \
|
2006-04-24 05:40:24 +00:00
|
|
|
gtkrecentchooserutils.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtkrecentchooserprivate.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtksearchengine.h \
|
|
|
|
gtksearchenginebeagle.h \
|
|
|
|
gtksearchenginetracker.h \
|
|
|
|
gtksearchenginesimple.h \
|
2007-06-26 05:22:05 +00:00
|
|
|
gtksearchenginequartz.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtksequence.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtksocketprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktextbtree.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtktextbufferserializ.h \
|
|
|
|
gtktextchildprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktextdisplay.h \
|
|
|
|
gtktextiterprivate.h \
|
|
|
|
gtktextlayout.h \
|
|
|
|
gtktextmarkprivate.h \
|
|
|
|
gtktextsegment.h \
|
|
|
|
gtktexttagprivate.h \
|
|
|
|
gtktexttypes.h \
|
|
|
|
gtktextutil.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtkthemes.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtktoggleactionprivate.h \
|
2006-03-31 06:31:50 +00:00
|
|
|
gtktrayicon.h \
|
2007-05-26 18:44:33 +00:00
|
|
|
gtktreedatalist.h \
|
|
|
|
gtktreeprivate.h \
|
Added gtk_file_chooser_get_type, gtk_file_chooser_dialog_get_type,
2003-10-23 Federico Mena Quintero <federico@ximian.com>
* gtk/gtk.types: Added gtk_file_chooser_get_type,
gtk_file_chooser_dialog_get_type,
gtk_file_chooser_widget_get_type, gtk_file_filter_get_type.
* gtk/gtk-sections.txt: Added GtkFileChooser,
GtkFileChooserWidget, GtkFileChooserDialog, GtkFileFilter.
* gtk/Makefile.am (IGNORE_HFILES): Added gtkcellrendererseptext.h,
gtkfilechooserdefault.h, gtkfilechooserentry.h,
gtkfilechooserutils.h, gtkfilesystem.h, gtkfilesystemmodel.h,
gtkfilesystemunix.h.
* gtk/tmpl/gtkfilechooser.sgml: New template file.
* gtk/tmpl/gtkfilechooserdialog.sgml: Likewise.
* gtk/tmpl/gtkfilechooserwidget.sgml: Likewise.
* gtk/tmpl/gtkfilefilter.sgml: Likewise.
2003-10-23 19:47:13 +00:00
|
|
|
gtktypebuiltins.h \
|
|
|
|
gtkxembed.h \
|
2005-08-06 05:12:11 +00:00
|
|
|
gtkwin32embed.h \
|
2006-06-01 03:56:42 +00:00
|
|
|
gtkwin32embedwidget.h \
|
2007-06-10 06:52:51 +00:00
|
|
|
gtkwindow-decorate.h \
|
2003-12-08 22:56:52 +00:00
|
|
|
xdgmime \
|
2005-06-20 05:59:03 +00:00
|
|
|
xembed.h
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# CFLAGS and LDFLAGS for compiling scan program. Only needed
|
|
|
|
# if $(DOC_MODULE).types is non-empty.
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/gdk \
|
|
|
|
-DGTK_ENABLE_BROKEN \
|
|
|
|
$(GTK_DEBUG_FLAGS) \
|
|
|
|
$(GTK_DEP_CFLAGS)
|
|
|
|
|
2008-05-29 13:25:28 +00:00
|
|
|
CPPFLAGS += \
|
|
|
|
-UGTK_DISABLE_SINGLE_INCLUDES
|
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
GTKDOC_LIBS = \
|
|
|
|
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
|
|
|
|
$(top_builddir)/gdk/$(gdktargetlib) \
|
|
|
|
$(top_builddir)/gtk/$(gtktargetlib)
|
|
|
|
|
|
|
|
|
|
|
|
# Extra options to supply to gtkdoc-mkdb
|
2008-11-21 08:21:28 +00:00
|
|
|
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=gtk
|
2003-05-06 21:55:41 +00:00
|
|
|
|
|
|
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
|
2003-11-18 22:50:26 +00:00
|
|
|
content_files = \
|
|
|
|
version.xml \
|
|
|
|
running.sgml \
|
|
|
|
building.sgml \
|
|
|
|
changes-1.2.sgml \
|
|
|
|
changes-2.0.sgml \
|
|
|
|
compiling.sgml \
|
2006-03-15 06:46:00 +00:00
|
|
|
directfb.sgml \
|
2008-10-29 18:59:40 +00:00
|
|
|
drawing-model.xml \
|
2004-07-12 20:25:34 +00:00
|
|
|
glossary.xml \
|
2004-01-22 20:17:34 +00:00
|
|
|
migrating-checklist.sgml \
|
2003-12-08 23:22:24 +00:00
|
|
|
migrating-GtkAction.sgml \
|
2004-02-28 00:09:48 +00:00
|
|
|
migrating-GtkComboBox.sgml \
|
2008-12-27 06:12:26 +00:00
|
|
|
migrating-GtkEntry-icons.sgml \
|
2003-11-18 22:50:26 +00:00
|
|
|
migrating-GtkFileChooser.sgml \
|
2004-11-04 15:33:09 +00:00
|
|
|
migrating-GtkIconView.sgml \
|
|
|
|
migrating-GtkAboutDialog.sgml \
|
2004-11-12 17:52:08 +00:00
|
|
|
migrating-GtkColorButton.sgml \
|
2006-01-30 04:53:53 +00:00
|
|
|
migrating-GtkAssistant.sgml \
|
2006-03-30 15:49:22 +00:00
|
|
|
migrating-GtkRecentChooser.sgml \
|
|
|
|
migrating-GtkLinkButton.sgml \
|
2007-06-29 20:03:48 +00:00
|
|
|
migrating-GtkBuilder.sgml \
|
2007-07-11 04:46:03 +00:00
|
|
|
migrating-GtkTooltip.sgml \
|
2003-11-18 22:50:26 +00:00
|
|
|
objects_grouped.sgml \
|
2006-03-15 06:46:00 +00:00
|
|
|
osx.sgml \
|
2003-11-18 22:50:26 +00:00
|
|
|
question_index.sgml \
|
|
|
|
resources.sgml \
|
|
|
|
text_widget.sgml \
|
|
|
|
tree_widget.sgml \
|
|
|
|
windows.sgml \
|
|
|
|
x11.sgml \
|
2004-08-24 06:27:05 +00:00
|
|
|
gtk-query-immodules-2.0.xml \
|
2004-10-19 18:45:41 +00:00
|
|
|
gtk-update-icon-cache.xml \
|
2007-06-26 05:22:05 +00:00
|
|
|
gtk-builder-convert.xml \
|
2004-08-24 06:27:05 +00:00
|
|
|
visual_index.xml
|
2003-05-06 21:55:41 +00:00
|
|
|
|
2005-05-16 18:16:42 +00:00
|
|
|
expand_content_files = \
|
2008-11-21 08:21:28 +00:00
|
|
|
drawing-model.xml \
|
2005-05-16 19:34:39 +00:00
|
|
|
glossary.xml \
|
|
|
|
migrating-checklist.sgml \
|
|
|
|
migrating-GtkAction.sgml \
|
|
|
|
migrating-GtkComboBox.sgml \
|
2008-12-27 16:55:02 +00:00
|
|
|
migrating-GtkEntry-icons.sgml \
|
2005-05-16 19:34:39 +00:00
|
|
|
migrating-GtkFileChooser.sgml \
|
|
|
|
migrating-GtkIconView.sgml \
|
|
|
|
migrating-GtkAboutDialog.sgml \
|
|
|
|
migrating-GtkColorButton.sgml \
|
2006-01-30 04:53:53 +00:00
|
|
|
migrating-GtkAssistant.sgml \
|
2006-03-29 20:19:01 +00:00
|
|
|
migrating-GtkRecentChooser.sgml \
|
2006-03-30 15:49:22 +00:00
|
|
|
migrating-GtkLinkButton.sgml \
|
2007-07-02 22:24:39 +00:00
|
|
|
migrating-GtkBuilder.sgml \
|
2007-07-11 04:46:03 +00:00
|
|
|
migrating-GtkTooltip.sgml \
|
2005-05-16 19:34:39 +00:00
|
|
|
tree_widget.sgml \
|
|
|
|
text_widget.sgml \
|
|
|
|
question_index.sgml
|
2005-05-16 18:16:42 +00:00
|
|
|
|
2001-02-12 17:50:13 +00:00
|
|
|
# Images to copy into HTML directory
|
2001-10-20 04:38:55 +00:00
|
|
|
HTML_IMAGES = \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-about.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-add.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/20/gtk-apply.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-bold.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/20/gtk-cancel.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-cdrom.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-clear.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-close.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-connect.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-convert.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-copy.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-cut.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-delete.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/48/gtk-dialog-authentication.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/48/gtk-dialog-error.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/48/gtk-dialog-info.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/48/gtk-dialog-question.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/48/gtk-dialog-warning.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-directory.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-disconnect.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/32/gtk-dnd.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/32/gtk-dnd-multiple.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-edit.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-execute.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-file.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-find.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-find-and-replace.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-bottom.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-first-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-first-rtl.png \
|
2005-11-21 15:54:59 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-last-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-last-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-goto-top.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-back-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-back-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-down.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-forward-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-forward-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-go-up.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-harddisk.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-network.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-help.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-home.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-index.png \
|
2006-01-15 04:44:26 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-indent-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-indent-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-unindent-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-unindent-rtl.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-italic.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-justify-center.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-justify-fill.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-justify-left.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-justify-right.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-missing-image.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-new.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/20/gtk-no.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/20/gtk-ok.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-open.png \
|
2006-04-24 22:56:07 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-landscape.png \
|
2006-04-24 05:46:41 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-portrait.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-reverse-landscape.png \
|
2006-05-16 15:23:01 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-orientation-reverse-portrait.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-paste.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-preferences.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print.png \
|
2008-05-05 23:38:31 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-error.png \
|
2008-07-15 17:34:34 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-paused.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-preview.png \
|
2008-05-05 23:38:31 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-report.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-warning.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-properties.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-quit.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-redo-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-redo-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-refresh.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-remove.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-revert-to-saved-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-revert-to-saved-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-floppy.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-save.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-save-as.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-select-all.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-select-color.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-color-picker.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-font.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-sort-ascending.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-sort-descending.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-spell-check.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-stop.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-strikethrough.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-undelete-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-undelete-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-underline.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-undo-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-undo-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/20/gtk-yes.png \
|
2005-11-21 15:54:59 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-100.png \
|
2005-11-14 05:49:44 +00:00
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-fit.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-in.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-zoom-out.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-forward-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-forward-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-next-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-next-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-pause.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-play-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-play-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-previous-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-previous-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-record.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-rewind-ltr.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-rewind-rtl.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-media-stop.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-fullscreen.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-leave-fullscreen.png \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-info.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/accel-label.png \
|
2006-01-30 04:53:53 +00:00
|
|
|
$(srcdir)/images/assistant.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/button.png \
|
|
|
|
$(srcdir)/images/check-button.png \
|
|
|
|
$(srcdir)/images/color-button.png \
|
2004-12-07 06:22:19 +00:00
|
|
|
$(srcdir)/images/colorsel.png \
|
2004-11-28 05:09:55 +00:00
|
|
|
$(srcdir)/images/combo-box.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/combo-box-entry.png \
|
|
|
|
$(srcdir)/images/entry.png \
|
2008-10-29 18:59:40 +00:00
|
|
|
$(srcdir)/images/figure-hierarchical-drawing.png \
|
|
|
|
$(srcdir)/images/figure-windowed-label.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/file-button.png \
|
2004-12-07 06:22:19 +00:00
|
|
|
$(srcdir)/images/filechooser.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/font-button.png \
|
2004-12-07 06:22:19 +00:00
|
|
|
$(srcdir)/images/fontsel.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/frame.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/icon-view.png \
|
|
|
|
$(srcdir)/images/image.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/label.png \
|
2006-01-30 15:39:23 +00:00
|
|
|
$(srcdir)/images/link-button.png \
|
2004-08-24 06:27:05 +00:00
|
|
|
$(srcdir)/images/list-and-tree.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/menubar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/messagedialog.png \
|
|
|
|
$(srcdir)/images/multiline-text.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/notebook.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/panes.png \
|
2006-04-21 15:09:32 +00:00
|
|
|
$(srcdir)/images/pagesetupdialog.png \
|
|
|
|
$(srcdir)/images/printdialog.png \
|
2004-10-10 20:35:16 +00:00
|
|
|
$(srcdir)/images/progressbar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/radio-group.png \
|
2006-03-30 18:52:52 +00:00
|
|
|
$(srcdir)/images/recentchooserdialog.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/scales.png \
|
2004-10-11 15:14:27 +00:00
|
|
|
$(srcdir)/images/scrolledwindow.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/separator.png \
|
2004-10-11 15:14:27 +00:00
|
|
|
$(srcdir)/images/spinbutton.png \
|
|
|
|
$(srcdir)/images/statusbar.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/toggle-button.png \
|
|
|
|
$(srcdir)/images/toolbar.png \
|
2007-06-13 13:27:00 +00:00
|
|
|
$(srcdir)/images/tree-view-coordinates.png \
|
2007-06-03 05:34:56 +00:00
|
|
|
$(srcdir)/images/volumebutton.png \
|
2004-10-24 07:05:00 +00:00
|
|
|
$(srcdir)/images/window.png
|
2001-02-12 17:50:13 +00:00
|
|
|
|
2003-05-06 21:55:41 +00:00
|
|
|
# Extra options to supply to gtkdoc-fixref
|
2007-02-14 21:54:29 +00:00
|
|
|
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html \
|
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
|
|
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
|
|
|
--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
|
|
|
|
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
|
|
|
|
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
|
2000-09-07 18:17:06 +00:00
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
include $(top_srcdir)/gtk-doc.make
|
|
|
|
|
|
|
|
# Other files to distribute
|
|
|
|
EXTRA_DIST += version.xml.in
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
|
2007-06-26 05:22:05 +00:00
|
|
|
man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1
|
2003-06-17 00:37:28 +00:00
|
|
|
|
|
|
|
if ENABLE_MAN
|
|
|
|
|
|
|
|
%.1 : %.xml
|
|
|
|
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
BUILT_EXTRA_DIST = $(man_MANS)
|
1999-08-16 18:51:52 +00:00
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
dist-hook-local: $(BUILT_EXTRA_DIST)
|
|
|
|
files='$(BUILT_EXTRA_DIST)'; \
|
|
|
|
for f in $$files; do \
|
|
|
|
if test -f $$f; then d=.; else d=$(srcdir); fi; \
|
|
|
|
cp $$d/$$f $(distdir) || exit 1; done
|