302
by robert.ancell at canonical
Rename docs again... |
1 |
DOC_MODULE=lightdm-gobject-0 |
61
by robert.ancell at gmail
Add some Gtk Doc stuff, can't get it working well though |
2 |
|
84
by robert.ancell at gmail
Fix up documentation and tweak UI |
3 |
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml |
4 |
||
297
by robert.ancell at canonical
Renamed libldmgreeter to liblightdm |
5 |
DOC_SOURCE_DIR=$(top_srcdir)/liblightdm-gobject |
61
by robert.ancell at gmail
Add some Gtk Doc stuff, can't get it working well though |
6 |
|
297
by robert.ancell at canonical
Renamed libldmgreeter to liblightdm |
7 |
HFILE_GLOB=$(top_srcdir)/liblightdm-gobject/*.h |
8 |
CFILE_GLOB=$(top_srcdir)/liblightdm-gobject/*.c |
|
61
by robert.ancell at gmail
Add some Gtk Doc stuff, can't get it working well though |
9 |
|
10 |
INCLUDES = \ |
|
297
by robert.ancell at canonical
Renamed libldmgreeter to liblightdm |
11 |
$(LIBLIGHTDM_GOBJECT_CFLAGS) \ |
12 |
-I$(top_srcdir)/liblightdm-gobject |
|
61
by robert.ancell at gmail
Add some Gtk Doc stuff, can't get it working well though |
13 |
|
14 |
GTKDOC_LIBS = \ |
|
297
by robert.ancell at canonical
Renamed libldmgreeter to liblightdm |
15 |
$(LIBLIGHTDM_GOBJECT_LIBS) \ |
300
by robert.ancell at canonical
Always use -0 on liblightdm libraries (fix greeter and doc build) |
16 |
$(top_builddir)/liblightdm-gobject/liblightdm-gobject-0.la |
84
by robert.ancell at gmail
Fix up documentation and tweak UI |
17 |
|
18 |
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=ldm |
|
61
by robert.ancell at gmail
Add some Gtk Doc stuff, can't get it working well though |
19 |
|
291
by robert.ancell at canonical
Fix doc build |
20 |
DISTCLEANFILES = \ |
21 |
$(DOC_MODULE)-docs.xml \ |
|
89
by robert.ancell at gmail
Detect GObjects in documentation better |
22 |
$(DOC_MODULE)-overrides.txt |
86
by robert.ancell at gmail
Fix up doc stuff |
23 |
|
24 |
include $(top_srcdir)/gtk-doc.make
|