~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: robert.ancell at gmail
  • Date: 2010-06-19 05:28:14 UTC
  • Revision ID: robert.ancell@gmail.com-20100619052814-b7xev77ougitt7sf
Add some Gtk Doc stuff, can't get it working well though

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DOC_MODULE=ldmgreeter
 
2
 
 
3
DOC_SOURCE_DIR=$(top_srcdir)/libldmgreeter
 
4
 
 
5
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 
6
 
 
7
HFILE_GLOB=$(top_srcdir)/libldmgreeter/*.h
 
8
CFILE_GLOB=$(top_srcdir)/libldmgreeter/*.c
 
9
 
 
10
INCLUDES = \
 
11
        $(LIBLDMGREETER_CFLAGS) \
 
12
        -I$(top_srcdir)/libldmgreeter
 
13
 
 
14
GTKDOC_LIBS = \
 
15
        $(LIBLDMGREETER_LIBS) \
 
16
        -L$(top_builddir)/libldmgreeter \
 
17
        -lldmgreeter
 
18
 
 
19
include $(top_srcdir)/gtk-doc.make
 
20
 
 
21
DISTCLEANFILES = $(DOC_MODULE)-docs.xml $(DOC_MODULE)-overrides.txt $(DOC_MODULE)-sections.txt $(DOC_MODULE).types