summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-02-10 20:44:43 +0100
committerGravatar Nikias Bassen2013-02-10 20:44:43 +0100
commitc88f81de2643ef14dbf9bde42055b468d85e45a1 (patch)
treed789fb6c0a892a624664bb492646f7553b730d2a /Makefile.am
parent83486a90711963def98a88f680fa7770d3bc7beb (diff)
downloadlibvformat-c88f81de2643ef14dbf9bde42055b468d85e45a1.tar.gz
libvformat-c88f81de2643ef14dbf9bde42055b468d85e45a1.tar.bz2
make building docs optional. use --enable-docs to build docs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bfe1c6..21ad378 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = src vformat test doc
+SUBDIRS = src vformat test $(DOC_SUB)