summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2016-06-14 11:52:28 +0800
committerMartin Pitt <martin.pitt@ubuntu.com>2016-07-26 15:57:20 +0200
commitf38c12d1ae58ab6fcf2389d2b7ce62be008fb545 (patch)
tree9b80620baaf39bae1bb93e3363b01b9eaf219caa
parent5c859c99dfcd362599eb497760231e7aa816c070 (diff)
build: Fix gtk-doc build when builddir != srcdir
https://bugs.freedesktop.org/show_bug.cgi?id=96522
-rw-r--r--doc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 472a06d..21eac3b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -47,7 +47,11 @@ MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=udisks
HTML_IMAGES = \
$(NULL)
-content_files = \
+content_files = \
+ ../data/org.freedesktop.udisks2.policy.in \
+ man/udisks.xml \
+ man/udisksd.xml \
+ man/udisksctl.xml \
$(NULL)
expand_content_files = \