Blob Blame History Raw
diff --git a/Makefile b/Makefile
index c1d172e..48726d0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 
 DEPCMD  :=  $(shell if [ -f /usr/bin/dnf ]; then echo "dnf builddep"; else echo "yum-builddep"; fi)
 
-SUBDIRS := Common Client documentation
+SUBDIRS := Common Client
 
 .PHONY: build
 build: