docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
To: docs@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [PATCH 4/4] docs: add "make all" to build old types of docs (html, epub, pdf) at once
Date: Wed,  6 Oct 2021 14:22:38 +0200	[thread overview]
Message-ID: <20211006122238.959343-4-michael.opdenacker@bootlin.com> (raw)
In-Reply-To: <20211006122238.959343-1-michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index f015026562..f04f381bd2 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -20,7 +20,7 @@ endif
 help:
 	@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
-.PHONY: help Makefile clean publish epub latexpdf
+.PHONY: all help Makefile clean publish epub latexpdf
 
 publish: Makefile html singlehtml
 	rm -rf $(BUILDDIR)/$(DESTDIR)/
@@ -52,6 +52,8 @@ epub: $(PNGs)
 latexpdf: $(PDFs)
 	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 
+all: html epub latexpdf
+
 # Catch-all target: route all unknown targets to Sphinx using the new
 # "make mode" option.  $(O) is meant as a shortcut for $(SPHINXOPTS).
 %:
-- 
2.25.1



  parent reply	other threads:[~2021-10-06 12:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <16834414503E8A25.21857@lists.yoctoproject.org>
2021-10-06 12:22 ` [PATCH 1/4] Makefile: allow epub and latexpdf outputs to use diagrams from SVG sources Michael Opdenacker
2021-10-06 12:22   ` [PATCH 2/4] conf.py: use PNG first in EPUB output Michael Opdenacker
2021-10-06 12:22   ` [PATCH 3/4] overview-manual: SVG diagram for the git workflow Michael Opdenacker
2021-10-07 12:42     ` [docs] " Quentin Schulz
2021-10-07 13:32       ` Quentin Schulz
2021-10-07 13:41         ` Michael Opdenacker
2021-10-07 13:35       ` Michael Opdenacker
2021-10-06 12:22   ` Michael Opdenacker [this message]
2021-10-06 14:48   ` [docs] [PATCH 1/4] Makefile: allow epub and latexpdf outputs to use diagrams from SVG sources Nicolas Dechesne
2021-10-06 19:07     ` Michael Opdenacker
2021-10-07 11:05   ` Quentin Schulz
2021-10-07 12:33     ` Michael Opdenacker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211006122238.959343-4-michael.opdenacker@bootlin.com \
    --to=michael.opdenacker@bootlin.com \
    --cc=docs@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).