~deejay1/geoclue/master

« back to all changes in this revision

Viewing changes to docs/lib/meson.build

  • Committer: Laurent Bigonville
  • Date: 2018-08-17 14:54:33 UTC
  • Revision ID: git-v1:b5e0bfef7afed5469973fc686a2a9619a6ad22d9
Fix the links between the documentation files

https://gitlab.freedesktop.org/geoclue/geoclue/issues/78

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
mkdb_options = [ '--output-format=xml' ]
11
11
src_dir = [ 'public-api', 'libgeoclue' ]
12
12
 
 
13
fixxref_options = [ '--extra-dir=../html' ]
 
14
 
13
15
gnome.gtkdoc('libgeoclue',
14
16
             main_xml: 'libgeoclue-docs.xml',
15
17
             content_files: content_files,
16
18
             gobject_typesfile: 'libgeoclue.types',
17
19
             dependencies: libgeoclue_dep,
18
20
             scan_args: scan_options,
 
21
             fixxref_args: fixxref_options,
19
22
             src_dir: src_dir,
20
23
             mkdb_args: mkdb_options,
21
24
             install: true)