X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2FMakefile.am;h=eb23b534b168c50041d15b63efc76cff95ff1ff0;hb=482007d1fd9d3df98861a91dfccd6b28afef36c0;hp=f84c667537d442efc940dc4b85ac27129f308a88;hpb=5c8feda7faa01365a1fb6983595ceb65dfe4fb11;p=oweals%2Fgnunet.git diff --git a/doc/Makefile.am b/doc/Makefile.am index f84c66753..eb23b534b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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