From 2909294342ee9c9cdacfbc75ab852c54f34c7bb9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 24 Aug 2017 09:43:56 +0000 Subject: doc: This should add the ability to explicitly only build the documentation. --- doc/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index e130ccc0e..508326781 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -49,3 +49,18 @@ gnunet_TEXINFOS = \ EXTRA_DIST = \ $(gnunet_TEXINFOS) \ $(gnunet_doc_images) + +doc-pdf: + @makeinfo --pdf --quiet gnunet.texi + +doc-html: + @makeinfo --html gnunet.texi + +doc-info: + @makeinfo --no-split gnunet.texi + +# FIXME: rm *.html and *.pdf +doc-clean: + @rm *.aux *.log *.toc *.cp *.cps + +doc-all: doc-pdf doc-html doc-info -- cgit v1.2.3