~ubuntu-branches/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to docs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
# folks documentation
47
47
folks_doc_files = $(top_srcdir)/folks/*.vala
48
48
folks_doc_deps = \
 
49
        gconf-2.0 \
49
50
        gmodule-2.0 \
50
51
        gio-2.0 \
51
52
        gee-1.0 \
77
78
# folks-telepathy documentation
78
79
folks_telepathy_doc_files = $(top_srcdir)/backends/telepathy/lib/*.vala
79
80
folks_telepathy_doc_deps = \
 
81
        gconf-2.0 \
80
82
        gmodule-2.0 \
81
83
        gio-2.0 \
82
84
        gee-1.0 \
88
90
        $(NULL)
89
91
valadoc_flags_folks_telepathy = \
90
92
        $(valadoc_flags) \
91
 
        -X $(top_srcdir)/backends/telepathy/lib/folks-telepathy.h \
 
93
        -X $(top_srcdir)/backends/telepathy/lib/folks/folks-telepathy.h \
92
94
        $(addprefix --pkg=,$(folks_telepathy_doc_deps)) \
93
95
        --vapidir=$(top_srcdir)/folks \
94
96
        --vapidir=$(top_srcdir)/backends/telepathy/lib \