aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa0998a..64ee290 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,11 @@ PINGU_VERSION := $(shell \
export PINGU_VERSION
-SUBDIRS := src doc
+SUBDIRS := src
+
+ifdef ENABLE_DOC
+SUBDIRS += doc
+endif
all: $(SUBDIRS)