Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / Makefile.am
index 567e7b5ff0c24e3dae97631d06ec897983e4e629..f54ff203f42203ee63ac02ba7a0505c55d8cce65 100644 (file)
@@ -1,6 +1,22 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
-SUBDIRS  = doc m4 src po pkgconfig
+
+# only documentation (ALL of the documentation)
+if DOCUMENTATION_ONLY
+  SUBDIRS = doc
+else
+  SUBDIRS = m4 src po pkgconfig
+endif
+
+# documentation on / off switch (affects all of the documentation)
+if DOCUMENTATION
+  SUBDIRS += doc
+endif
+
+# only manpages, needs "doc" subdir
+if INCLUDE_MANPAGES
+  SUBDIRS += doc
+endif
 
 if !TALER_ONLY
   SUBDIRS += contrib
@@ -9,8 +25,8 @@ endif
 EXTRA_DIST = \
  ABOUT-NLS \
  config.rpath \
install-sh \
- acinclude.m4
acinclude.m4 \
+ README.1st
 
 gnunetincludedir = $(includedir)/gnunet
 gnunetinclude_HEADERS = gnunet_config.h
@@ -19,4 +35,3 @@ docdir = $(datadir)/doc/gnunet/
 doc_DATA = COPYING README
 
 ACLOCAL_AMFLAGS = -I m4
-