diff options
author | ng0 <ng0@infotropique.org> | 2017-09-30 10:38:49 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-30 10:38:49 +0000 |
commit | 90a2295c1004f57668b491908d304a986cc87d52 (patch) | |
tree | 02279ffe562adc56bc771cf65450070819973870 /doc/Makefile.am | |
parent | dc629f387ee54f67286ae22fe73b8f4498e0e8d6 (diff) |
build-process: pass '--enable-documentation' to ONLY build the documentation.
This obviously defaults to NO.
Furthermore add DISTCLEANFILES to 'doc/Makefile.am'.
Adjust contrib/packages/guix/gnunet-doc.scm to it.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 49 |
1 files changed, 31 insertions, 18 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0fadf1a37..1a8bb64b9 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -104,34 +104,40 @@ gnunet_tutorial_examples = \ 025.c \ 026.c -info_TEXINFOS = \ - gnunet.texi \ +info_TEXINFOS = \ + gnunet.texi \ gnunet-c-tutorial.texi -# It seems as if either we still have gnunet-c-tutorial markup issues -# or we have issues that can only occur in systems which are not using Guix -# or we have version incompabilities. -# gnunet-c-tutorial.texi - -gnunet_TEXINFOS = \ - chapters/developer.texi \ - chapters/installation.texi \ - chapters/philosophy.texi \ - chapters/user.texi \ - fdl-1.3.texi \ +gnunet_TEXINFOS = \ + chapters/developer.texi \ + chapters/installation.texi \ + chapters/philosophy.texi \ + chapters/user.texi \ + fdl-1.3.texi \ gpl-3.0.texi -EXTRA_DIST = \ - $(gnunet_TEXINFOS) \ - outdated-and-old-installation-instructions.txt \ - gnunet-c-tutorial-v1.pdf \ - $(gnunet_tutorial_examples) \ +EXTRA_DIST = \ + $(gnunet_TEXINFOS) \ + outdated-and-old-installation-instructions.txt \ + gnunet-c-tutorial-v1.pdf \ + $(gnunet_tutorial_examples) \ README.txt # $(DOT_FILES) \ # $(DOT_VECTOR_GRAPHICS) +DISTCLEANFILES = \ + gnunet.cps \ + gnunet-c-tutorial.cps \ + chapters/developer.cps \ + chapters/installation.cps \ + chapter/philosophy.cps \ + chapters/user.cps \ + fdl-1.3.cps \ + gpl-3.0.cps + +# if HAVE_EXTENDED_DOCUMENTATION_BUILDING daemon_lego_block.png: images/daemon_lego_block.svg convert images/daemon_lego_block.svg images/daemon_lego_block.png && pngcrush images/daemon_lego_block.png images/daemon_lego_block.png @@ -217,3 +223,10 @@ doc-all-install: doc-all-give-me-the-noise # $(wildcard *.cps) .PHONY: version.texi +# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_PDF + +# if HAVE_EXTENDED_DOCUMENTATION_BUILDING_HTML + +# endif +# endif +# endif |