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