summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \