X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.am;h=f54ff203f42203ee63ac02ba7a0505c55d8cce65;hb=cc3d270b525cdc4756fa706221fd4ad510539700;hp=567e7b5ff0c24e3dae97631d06ec897983e4e629;hpb=5b9aeb0a9e957b084809679ca0fc83c24fde88d2;p=oweals%2Fgnunet.git diff --git a/Makefile.am b/Makefile.am index 567e7b5ff..f54ff203f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -