]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/Makefile.am
Add gtktoggleactionprivate.h
[~andy/gtk] / docs / reference / gtk / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.6
4
5 # The name of the module.
6 DOC_MODULE=gtk
7
8 # The top-level SGML file.
9 DOC_MAIN_SGML_FILE=gtk-docs.sgml
10
11 # Extra options to supply to gtkdoc-scan
12 SCAN_OPTIONS=--deprecated-guards="GTK_ENABLE_BROKEN|GTK_DISABLE_DEPRECATED" 
13
14 # Extra options to pass to gtkdoc-scangobj
15 SCANGOBJ_OPTIONS=--type-init-func="gtk_type_init(0)" 
16
17 # The directory containing the source code. Relative to $(srcdir)
18 DOC_SOURCE_DIR=../../../gtk
19
20 # Used for dependencies
21 HFILE_GLOB=$(top_srcdir)/gtk/*.h
22 CFILE_GLOB=$(top_srcdir)/gtk/*.c
23
24 # Header files to ignore when scanning
25 IGNORE_HFILES=                  \
26         fnmatch.h               \
27         gdk-pixbuf-loader.h     \
28         gtkdebug.h              \
29         gtkhsv.h                \
30         gtkiconthemeparser.h    \
31         gtkimmodule.h           \
32         gtkintl.h               \
33         gtkkeyhash.h            \
34         gtkmarshal.h            \
35         gtkprivate.h            \
36         gtktreeprivate.h        \
37         gtkrbtree.h             \
38         gtktreedatalist.h       \
39         gtktextbtree.h          \
40         gtktextdisplay.h        \
41         gtktextiterprivate.h    \
42         gtktextlayout.h         \
43         gtktextmarkprivate.h    \
44         gtktextsegment.h        \
45         gtktexttagprivate.h     \
46         gtktexttypes.h          \
47         gtktextutil.h           \
48         gtktypebuiltins.h       \
49         gtkxembed.h             \
50         xembed.h                \
51         gtktoggleactionprivate.h
52
53 # CFLAGS and LDFLAGS for compiling scan program. Only needed
54 # if $(DOC_MODULE).types is non-empty.
55 INCLUDES = \
56         -I$(top_srcdir)         \
57         -I$(top_builddir)       \
58         -I$(top_builddir)/gdk   \
59         -DGTK_ENABLE_BROKEN     \
60         $(GTK_DEBUG_FLAGS)      \
61         $(GTK_DEP_CFLAGS)
62
63 GTKDOC_LIBS = \
64         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
65         $(top_builddir)/gdk/$(gdktargetlib)                             \
66         $(top_builddir)/gtk/$(gtktargetlib)
67
68
69 # Extra options to supply to gtkdoc-mkdb
70 MKDB_OPTIONS=--sgml-mode --output-format=xml
71
72 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
73 content_files =                 \
74         version.xml             \
75         running.sgml            \
76         building.sgml           \
77         changes-1.2.sgml        \
78         changes-2.0.sgml        \
79         compiling.sgml          \
80         framebuffer.sgml        \
81         objects_grouped.sgml    \
82         question_index.sgml     \
83         resources.sgml          \
84         text_widget.sgml        \
85         tree_widget.sgml        \
86         windows.sgml            \
87         x11.sgml                \
88         gtk-query-immodules-2.0.xml
89
90 # Images to copy into HTML directory
91 HTML_IMAGES = \
92         $(top_srcdir)/gtk/stock-icons/stock_add_24.png                  \
93         $(top_srcdir)/gtk/stock-icons/stock_apply_20.png                \
94         $(top_srcdir)/gtk/stock-icons/stock_text_bold_24.png            \
95         $(top_srcdir)/gtk/stock-icons/stock_cancel_20.png               \
96         $(top_srcdir)/gtk/stock-icons/stock_cdrom_24.png                \
97         $(top_srcdir)/gtk/stock-icons/stock_clear_24.png                \
98         $(top_srcdir)/gtk/stock-icons/stock_close_24.png                \
99         $(top_srcdir)/gtk/stock-icons/stock_convert_24.png              \
100         $(top_srcdir)/gtk/stock-icons/stock_copy_24.png                 \
101         $(top_srcdir)/gtk/stock-icons/stock_cut_24.png                  \
102         $(top_srcdir)/gtk/stock-icons/stock_trash_24.png                \
103         $(top_srcdir)/gtk/stock-icons/stock_dialog_error_48.png         \
104         $(top_srcdir)/gtk/stock-icons/stock_dialog_info_48.png          \
105         $(top_srcdir)/gtk/stock-icons/stock_dialog_question_48.png      \
106         $(top_srcdir)/gtk/stock-icons/stock_dialog_warning_48.png       \
107         $(top_srcdir)/gtk/stock-icons/stock_dnd_32.png                  \
108         $(top_srcdir)/gtk/stock-icons/stock_dnd_multiple_32.png         \
109         $(top_srcdir)/gtk/stock-icons/stock_exec_24.png                 \
110         $(top_srcdir)/gtk/stock-icons/stock_search_24.png               \
111         $(top_srcdir)/gtk/stock-icons/stock_search_replace_24.png       \
112         $(top_srcdir)/gtk/stock-icons/stock_bottom_24.png               \
113         $(top_srcdir)/gtk/stock-icons/stock_first_24.png                \
114         $(top_srcdir)/gtk/stock-icons/stock_last_24.png                 \
115         $(top_srcdir)/gtk/stock-icons/stock_top_24.png                  \
116         $(top_srcdir)/gtk/stock-icons/stock_left_arrow_24.png           \
117         $(top_srcdir)/gtk/stock-icons/stock_down_arrow_24.png           \
118         $(top_srcdir)/gtk/stock-icons/stock_right_arrow_24.png          \
119         $(top_srcdir)/gtk/stock-icons/stock_up_arrow_24.png             \
120         $(top_srcdir)/gtk/stock-icons/stock_help_24.png                 \
121         $(top_srcdir)/gtk/stock-icons/stock_home_24.png                 \
122         $(top_srcdir)/gtk/stock-icons/stock_index_24.png                \
123         $(top_srcdir)/gtk/stock-icons/stock_text_italic_24.png          \
124         $(top_srcdir)/gtk/stock-icons/stock_jump_to_24.png              \
125         $(top_srcdir)/gtk/stock-icons/stock_jump_to_rtl_24.png          \
126         $(top_srcdir)/gtk/stock-icons/stock_align_center_24.png         \
127         $(top_srcdir)/gtk/stock-icons/stock_align_justify_24.png        \
128         $(top_srcdir)/gtk/stock-icons/stock_align_left_24.png           \
129         $(top_srcdir)/gtk/stock-icons/stock_align_right_24.png          \
130         $(top_srcdir)/gtk/stock-icons/stock_broken_image_24.png         \
131         $(top_srcdir)/gtk/stock-icons/stock_new_24.png                  \
132         $(top_srcdir)/gtk/stock-icons/stock_no_20.png                   \
133         $(top_srcdir)/gtk/stock-icons/stock_ok_20.png                   \
134         $(top_srcdir)/gtk/stock-icons/stock_open_24.png                 \
135         $(top_srcdir)/gtk/stock-icons/stock_paste_24.png                \
136         $(top_srcdir)/gtk/stock-icons/stock_preferences_24.png          \
137         $(top_srcdir)/gtk/stock-icons/stock_print_24.png                \
138         $(top_srcdir)/gtk/stock-icons/stock_print_preview_24.png        \
139         $(top_srcdir)/gtk/stock-icons/stock_properties_24.png           \
140         $(top_srcdir)/gtk/stock-icons/stock_exit_24.png                 \
141         $(top_srcdir)/gtk/stock-icons/stock_redo_24.png                 \
142         $(top_srcdir)/gtk/stock-icons/stock_redo_rtl_24.png             \
143         $(top_srcdir)/gtk/stock-icons/stock_refresh_24.png              \
144         $(top_srcdir)/gtk/stock-icons/stock_remove_24.png               \
145         $(top_srcdir)/gtk/stock-icons/stock_revert_24.png               \
146         $(top_srcdir)/gtk/stock-icons/stock_revert_rtl_24.png           \
147         $(top_srcdir)/gtk/stock-icons/stock_save_24.png                 \
148         $(top_srcdir)/gtk/stock-icons/stock_save_as_24.png              \
149         $(top_srcdir)/gtk/stock-icons/stock_colorselector_24.png        \
150         $(top_srcdir)/gtk/stock-icons/stock_color_picker_25.png         \
151         $(top_srcdir)/gtk/stock-icons/stock_font_24.png                 \
152         $(top_srcdir)/gtk/stock-icons/stock_sort_ascending_24.png       \
153         $(top_srcdir)/gtk/stock-icons/stock_sort_descending_24.png      \
154         $(top_srcdir)/gtk/stock-icons/stock_spellcheck_24.png           \
155         $(top_srcdir)/gtk/stock-icons/stock_stop_24.png                 \
156         $(top_srcdir)/gtk/stock-icons/stock_text_strikethrough_24.png   \
157         $(top_srcdir)/gtk/stock-icons/stock_undelete_24.png             \
158         $(top_srcdir)/gtk/stock-icons/stock_undelete_rtl_24.png         \
159         $(top_srcdir)/gtk/stock-icons/stock_text_underline_24.png       \
160         $(top_srcdir)/gtk/stock-icons/stock_undo_24.png                 \
161         $(top_srcdir)/gtk/stock-icons/stock_undo_rtl_24.png             \
162         $(top_srcdir)/gtk/stock-icons/stock_yes_20.png                  \
163         $(top_srcdir)/gtk/stock-icons/stock_zoom_1_24.png               \
164         $(top_srcdir)/gtk/stock-icons/stock_zoom_fit_24.png             \
165         $(top_srcdir)/gtk/stock-icons/stock_zoom_in_24.png              \
166         $(top_srcdir)/gtk/stock-icons/stock_zoom_out_24.png
167
168 # Extra options to supply to gtkdoc-fixref
169 FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
170
171 man_MANS = gtk-query-immodules-2.0.1 
172
173 if ENABLE_MAN
174
175 %.1 : %.xml 
176         @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
177
178 endif
179
180 include $(top_srcdir)/gtk-doc.make
181
182 # Other files to distribute
183 EXTRA_DIST += version.xml.in