always no split
[oweals/gnunet.git] / doc / Makefile.am
index f84c667537d442efc940dc4b85ac27129f308a88..eb23b534b168c50041d15b63efc76cff95ff1ff0 100644 (file)
@@ -1,7 +1,16 @@
 # This Makefile.am is in the public domain
-SUBDIRS = man doxygen documentation
+if DOCUMENTATION
+  SUBDIRS = doxygen handbook tutorial
+endif
+
+if !DOCUMENTATION
+  SUBDIRS = doxygen
+endif
+
+if INCLUDE_MANPAGES
+  SUBDIRS += man
+endif
 
 EXTRA_DIST =                                                   \
-       outdated-and-old-installation-instructions.txt          \
-       gnunet-c-tutorial-v1.pdf                                \
-       README.txt
+       system_specific/outdated-and-old-installation-instructions.txt \
+       system_specific/FROM_SOURCE