summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-16 15:19:32 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-16 15:27:42 +0100
commit570ba8b55fd06793f6f36d33faad84a2477a3a77 (patch)
tree83121ab5df2c52817fc3e36170ebc0d2d5bafab1 /doc
parent619adeb74c6b7228c521f8855ca8d2ecde5728b5 (diff)
downloadxdg-app-570ba8b55fd06793f6f36d33faad84a2477a3a77.tar.gz
Add --enable-libxdgapp configure flag and disable lib by default
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a2349fa..8af8f90 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,9 @@
NULL =
-SUBDIRS = reference
+if BUILDOPT_INSTALL_LIB
+ LIB_DOCS = reference
+endif
+SUBDIRS = $(LIB_DOCS)
XSLTPROC_FLAGS = \
--nonet \