~elementary-os/ubuntu-package-imports/geoclue-2.0-bionic

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: RabbitBot
  • Date: 2018-03-13 02:28:15 UTC
  • Revision ID: rabbitbot@elementary.io-20180313022815-09zi5rzcm3grfnxe
Initial import, version 2.4.7-1ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.7
 
4
 
 
5
SUBDIRS = lib
 
6
 
 
7
# The name of the module.
 
8
DOC_MODULE=geoclue
 
9
 
 
10
# The top-level SGML file.
 
11
DOC_MAIN_SGML_FILE=geoclue-docs.xml
 
12
 
 
13
# Extra options to supply to gtkdoc-scan
 
14
SCAN_OPTIONS=--ignore-headers=config.h --rebuild-sections --rebuild-types
 
15
 
 
16
# The directory containing the source code. Relative to $(srcdir)
 
17
DOC_SOURCE_DIR=$(top_srcdir)/public-api
 
18
 
 
19
# Used for dependencies
 
20
HFILE_GLOB=
 
21
CFILE_GLOB=
 
22
 
 
23
# Headers to ignore
 
24
IGNORE_HFILES= \
 
25
        $(NULL)
 
26
 
 
27
GTKDOC_LIBS = $(top_builddir)/public-api/libgeoclue-public-api.la
 
28
 
 
29
# Extra options to supply to gtkdoc-mkdb
 
30
MKDB_OPTIONS=--sgml-mode --output-format=xml
 
31
 
 
32
# Extra options to supply to gtkdoc-mktmpl
 
33
MKTMPL_OPTIONS=
 
34
 
 
35
# Extra options to supply to gtkdoc-mkhtml
 
36
MKHTML_OPTIONS=--path="$(top_srcdir)"
 
37
 
 
38
docs-org.freedesktop.GeoClue2.Manager.xml:
 
39
        cp $(top_builddir)/src/docs-org.freedesktop.GeoClue2.Manager.xml .
 
40
docs-org.freedesktop.GeoClue2.Client.xml:
 
41
        cp $(top_builddir)/src/docs-org.freedesktop.GeoClue2.Client.xml .
 
42
docs-org.freedesktop.GeoClue2.Location.xml:
 
43
        cp $(top_builddir)/src/docs-org.freedesktop.GeoClue2.Location.xml .
 
44
docs-org.freedesktop.GeoClue2.Agent.xml:
 
45
        cp $(top_builddir)/src/agent/docs-org.freedesktop.GeoClue2.Agent.xml .
 
46
 
 
47
# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
 
48
content_files =                                         \
 
49
        ../COPYING                                      \
 
50
        version.xml                                     \
 
51
        docs-org.freedesktop.GeoClue2.Manager.xml       \
 
52
        docs-org.freedesktop.GeoClue2.Client.xml        \
 
53
        docs-org.freedesktop.GeoClue2.Location.xml      \
 
54
        docs-org.freedesktop.GeoClue2.Agent.xml         \
 
55
        $(NULL)
 
56
 
 
57
MAINTAINERCLEANFILES =          \
 
58
        *~                      \
 
59
        Makefile.in             \
 
60
        geoclue.types           \
 
61
        geoclue-*.txt           \
 
62
        $(NULL)
 
63
 
 
64
if ENABLE_GTK_DOC
 
65
include $(top_srcdir)/gtk-doc.make
 
66
else
 
67
CLEANFILES = $(NULL)
 
68
EXTRA_DIST = geoclue-docs.xml
 
69
endif
 
70
 
 
71
CLEANFILES +=                                           \
 
72
        docs-org.freedesktop.GeoClue2.Manager.xml       \
 
73
        docs-org.freedesktop.GeoClue2.Client.xml        \
 
74
        docs-org.freedesktop.GeoClue2.Location.xml      \
 
75
        docs-org.freedesktop.GeoClue2.Agent.xml         \
 
76
        $(NULL)
 
77
 
 
78
# Version information for marking the documentation
 
79
EXTRA_DIST += version.xml.in
 
80
 
 
81
-include $(top_srcdir)/git.mk