summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-06-27 10:40:13 -0400
committerAlexander Larsson <alexl@redhat.com>2013-06-27 16:52:41 +0200
commit87f743389cd287d68212ecd660ffff93c2740ab9 (patch)
treebb30ca15eeccacce2bd5056c434f439a40f2a76a
parent846a99f88ab28aee0de5a95437089c97d78d4a4e (diff)
build: Honor --disable-documentation
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c01c54f..9a40e68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
NULL =
-SUBDIRS=po man
+SUBDIRS=po
+if BUILD_DOCUMENTATION
+SUBDIRS += man
+endif
INCLUDES = \
-I$(top_srcdir) \