~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2010-06-09 16:24:31 UTC
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: ken.vandine@canonical.com-20100609162431-1l9cprck83utoarl
Build gtk-doc (LP: #422087)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
23
23
 
24
24
###########################
 
25
# GTK Doc 
 
26
###########################
 
27
 
 
28
GTK_DOC_CHECK([1.4])
 
29
GNOME_DOC_INIT
 
30
 
 
31
###########################
25
32
# Dependencies - GLib
26
33
###########################
27
34
 
119
126
tools/Makefile
120
127
tools/testapp/Makefile
121
128
tests/Makefile
 
129
docs/Makefile
 
130
docs/libdbusmenu-glib/Makefile
 
131
docs/libdbusmenu-glib/reference/Makefile
 
132
docs/libdbusmenu-glib/reference/version.xml
 
133
docs/libdbusmenu-gtk/Makefile
 
134
docs/libdbusmenu-gtk/reference/Makefile
 
135
docs/libdbusmenu-gtk/reference/version.xml
122
136
])
123
137
 
124
138
###########################