1999-08-16 18:51:52 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
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 \
|
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 \
|
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 \
|
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
|
|
|
gtkhsv.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtkiconcache.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 \
|
|
|
|
gtkimmodule.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 \
|
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 \
|
|
|
|
gtkrbtree.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
|
|
|
gtktreedatalist.h \
|
2004-02-28 00:09:48 +00:00
|
|
|
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
|
|
|
gtktextbtree.h \
|
|
|
|
gtktextdisplay.h \
|
|
|
|
gtktextiterprivate.h \
|
|
|
|
gtktextlayout.h \
|
|
|
|
gtktextmarkprivate.h \
|
|
|
|
gtktextsegment.h \
|
|
|
|
gtktexttagprivate.h \
|
|
|
|
gtktexttypes.h \
|
|
|
|
gtktextutil.h \
|
2005-06-20 05:59:03 +00:00
|
|
|
gtktoggleactionprivate.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 \
|
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)
|
|
|
|
|
|
|
|
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
|
|
|
|
MKDB_OPTIONS=--sgml-mode --output-format=xml
|
|
|
|
|
|
|
|
# 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 \
|
|
|
|
framebuffer.sgml \
|
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 \
|
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 \
|
2003-11-18 22:50:26 +00:00
|
|
|
objects_grouped.sgml \
|
|
|
|
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 \
|
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 = \
|
2005-05-16 19:34:39 +00:00
|
|
|
glossary.xml \
|
|
|
|
migrating-checklist.sgml \
|
|
|
|
migrating-GtkAction.sgml \
|
|
|
|
migrating-GtkComboBox.sgml \
|
|
|
|
migrating-GtkFileChooser.sgml \
|
|
|
|
migrating-GtkIconView.sgml \
|
|
|
|
migrating-GtkAboutDialog.sgml \
|
|
|
|
migrating-GtkColorButton.sgml \
|
|
|
|
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 \
|
|
|
|
$(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 \
|
|
|
|
$(top_srcdir)/gtk/stock-icons/24/gtk-print-preview.png \
|
|
|
|
$(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 \
|
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 \
|
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 \
|
|
|
|
$(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 \
|
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 \
|
|
|
|
$(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 \
|
|
|
|
$(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
|
|
|
|
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
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
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
|
2004-10-19 18:45:41 +00:00
|
|
|
man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.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
|