Updated Finnish translation
[rhythmbox.git] / doc / reference / Makefile.am
blobbcadf2a2d1c85212c88605528bdecbddf8123b0b
1 AUTOMAKE_OPTIONS = 1.6
3 DOC_MODULE=rhythmbox
4 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
5 DOC_SOURCE_DIR= ../../
7 # Extra options to supply to gtkdoc-mkdb.
8 MKDB_OPTIONS=--sgml-mode --output-format=xml
10 # Extra doc dir eg. --extra-dir=../html
11 FIXXREF_OPTIONS=
13 # Used for dependencies. The docs will be rebuilt if any of these change.
14 HFILE_GLOB=$(top_srcdir)/lib/*.h
15 CFILE_GLOB=$(top_srcdir)/lib/*.c
17 # Header files to ignore when scanning.
18 IGNORE_HFILES= \
19         config.h \
20         itunesdb.h \
21         rb-cut-and-paste-code.h \
22         rb-marshal.h \
23         rhythmdb-gda.h \
24         rhythmdb-private.h
26 INCLUDES=\
27         -I$(top_srcdir) \
28         -I$(top_builddir) \
29         -I$(top_srcdir)/sources \
30         -I$(top_srcdir)/shell \
31         -I$(top_srcdir)/rhythmdb \
32         -I$(top_srcdir)/player \
33         -I$(top_srcdir)/metadata \
34         -I$(top_srcdir)/widgets \
35         -I$(top_srcdir)/lib \
36         -I$(top_srcdir)/daapsharing \
37         -I$(top_srcdir)/plugins \
38         -I$(top_srcdir)/backends \
39         $(DBUS_CFLAGS) \
40         $(IPOD_CFLAGS) \
41         $(RHYTHMBOX_CFLAGS)
42         
43 GTKDOC_LIBS=\
44         $(top_builddir)/shell/librbshell.la             \
45         $(top_builddir)/sources/libsources.la           \
46         $(top_builddir)/sources/libsourcesimpl.la       \
47         $(top_builddir)/rhythmdb/librhythmdb.la         \
48         $(top_builddir)/podcast/librbpodcast.la         \
49         $(top_builddir)/metadata/librbmetadata.la       \
50         $(top_builddir)/widgets/librbwidgets.la         \
51         $(top_builddir)/lib/librb.la                    \
52         $(top_builddir)/backends/librbbackends.la       \
53         $(top_builddir)/daapsharing/libdaapsharing.la   \
54         $(top_builddir)/plugins/librbplugins.la         \
55         $(TOTEM_PLPARSER_LIBS)                          \
56         $(HAL_LIBS)                                     \
57         $(LIBNAUTILUS_BURN_LIBS)                        \
58         $(DBUS_LIBS)                                    \
59         $(SOUP_LIBS)                                    \
60         $(MDNS_LIBS)                                    \
61         $(IPOD_LIBS)                                    \
62         $(NOTIFY_LIBS)                                  \
63         $(RHYTHMBOX_LIBS)
65 if ENABLE_TRACK_TRANSFER
66 GTKDOC_LIBS +=  $(GNOME_MEDIA_PROFILES_LIBS) 
67 endif
69 if ENABLE_PYTHON
70 GTKDOC_LIBS += $(PYTHON_LIBS) $(top_builddir)/bindings/python/rb.la
71 endif
73 content_files =
74 HTML_IMAGES =
76 include $(top_srcdir)/gtk-doc.make