]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk/Makefile.am
Patch from James Henstridge to update to automake-1.7 (#109542)
[~andy/gtk] / docs / reference / gdk / 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=gdk
7
8 # The top-level SGML file.
9 DOC_MAIN_SGML_FILE=gdk-docs.sgml
10
11 # Extra options to supply to gtkdoc-scan
12 SCAN_OPTIONS=--deprecated-guards="GDK_ENABLE_BROKEN|GDK_DISABLE_DEPRECATED"
13
14 # The directory containing the source code. Relative to $(srcdir)
15 DOC_SOURCE_DIR=../../../gdk
16
17 # Used for dependencies
18 HFILE_GLOB=$(top_srcdir)/gdk/*.h $(top_srcdir)/gdk/x11/gdkx.h
19 CFILE_GLOB=$(top_srcdir)/gdk/*.c
20
21 # Header files to ignore when scanning
22 IGNORE_HFILES=                  \
23         gdkintl.h               \
24         gdkmarshalers.h         \
25         gdkkeysyms.h            \
26         gdkinternals.h          \
27         gdkprivate.h            \
28         gdkpoly-generic.h       \
29         gdkregion-generic.h     \
30         linux-fb                \
31         nanox                   \
32         win32                   \
33         x11
34
35 # Extra files to add when scanning (relative to $srcdir)
36 EXTRA_HFILES=                   \
37         ../../../gdk/x11/gdkx.h 
38
39 # CFLAGS and LDFLAGS for compiling scan program. Only needed
40 # if $(DOC_MODULE).types is non-empty.
41 INCLUDES = \
42         -I$(top_srcdir)         \
43         -I$(top_builddir)       \
44         -I$(top_builddir)/gdk   \
45         $(GTK_DEBUG_FLAGS)      \
46         $(GDK_DEP_CFLAGS)
47
48 GTKDOC_LIBS = $(top_builddir)/gdk/$(gdktargetlib)
49
50
51 # Extra options to supply to gtkdoc-mkdb
52 MKDB_OPTIONS=--sgml-mode --output-format=xml
53
54 # Extra SGML files that are included by DOC_MAIN_SGML_FILE
55 content_files =                 \
56         version.xml             \
57         multihead.sgml
58
59 # Images to copy into HTML directory
60 HTML_IMAGES =                           \
61         images/X_cursor.png             \
62         images/arrow.png                \
63         images/based_arrow_down.png     \
64         images/based_arrow_up.png       \
65         images/boat.png                 \
66         images/bogosity.png             \
67         images/bottom_left_corner.png   \
68         images/bottom_right_corner.png  \
69         images/bottom_side.png          \
70         images/bottom_tee.png           \
71         images/box_spiral.png           \
72         images/center_ptr.png           \
73         images/circle.png               \
74         images/clock.png                \
75         images/coffee_mug.png           \
76         images/cross.png                \
77         images/cross_reverse.png        \
78         images/crosshair.png            \
79         images/diamond_cross.png        \
80         images/dot.png                  \
81         images/dotbox.png               \
82         images/double_arrow.png         \
83         images/draft_large.png          \
84         images/draft_small.png          \
85         images/draped_box.png           \
86         images/exchange.png             \
87         images/fleur.png                \
88         images/gobbler.png              \
89         images/gumby.png                \
90         images/hand1.png                \
91         images/hand2.png                \
92         images/heart.png                \
93         images/icon.png                 \
94         images/iron_cross.png           \
95         images/left_ptr.png             \
96         images/left_side.png            \
97         images/left_tee.png             \
98         images/leftbutton.png           \
99         images/ll_angle.png             \
100         images/lr_angle.png             \
101         images/man.png                  \
102         images/middlebutton.png         \
103         images/mouse.png                \
104         images/pencil.png               \
105         images/pirate.png               \
106         images/plus.png                 \
107         images/question_arrow.png       \
108         images/right_ptr.png            \
109         images/right_side.png           \
110         images/right_tee.png            \
111         images/rightbutton.png          \
112         images/rtl_logo.png             \
113         images/sailboat.png             \
114         images/sb_down_arrow.png        \
115         images/sb_h_double_arrow.png    \
116         images/sb_left_arrow.png        \
117         images/sb_right_arrow.png       \
118         images/sb_up_arrow.png          \
119         images/sb_v_double_arrow.png    \
120         images/shuttle.png              \
121         images/sizing.png               \
122         images/spider.png               \
123         images/spraycan.png             \
124         images/star.png                 \
125         images/target.png               \
126         images/tcross.png               \
127         images/top_left_arrow.png       \
128         images/top_left_corner.png      \
129         images/top_right_corner.png     \
130         images/top_side.png             \
131         images/top_tee.png              \
132         images/trek.png                 \
133         images/ul_angle.png             \
134         images/umbrella.png             \
135         images/ur_angle.png             \
136         images/watch.png                \
137         images/xterm.png 
138
139 # Extra options to supply to gtkdoc-fixref
140 FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html
141
142 include $(top_srcdir)/gtk-doc.make
143
144 # Other files to distribute
145 EXTRA_DIST += version.xml.in