From: Balbir Singh <bsingharora@gmail.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: "Paul E. McKenney" <paulmck@kernel.org>, perfbook@vger.kernel.org
Subject: Re: [PATCH -perfbook 5/5] Makefile: Add info on ebooksize build in help and help-full
Date: Fri, 26 Mar 2021 17:35:03 +1100 [thread overview]
Message-ID: <20210326063503.GO77072@balbir-desktop> (raw)
In-Reply-To: <7c31e637-8a04-672d-71e5-3a3009e182f3@gmail.com>
On Thu, Mar 25, 2021 at 08:00:07PM +0900, Akira Yokosawa wrote:
> "(WIP)" will be removed size adjustments of floats are done.
>
> Also promote paper-size specific targets to "make help".
>
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> ---
> Makefile | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 415bcef3..16c85edf 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -500,8 +500,15 @@ help: help-official
> @echo "Set env variable PERFBOOK_PAPER to change paper size:"
> @echo " PERFBOOK_PAPER=A4: a4paper"
> @echo " PERFBOOK_PAPER=HB: hard cover book"
> + @echo " PERFBOOK_PAPER=EB: ebook reader, always 1c layout (WIP)"
> @echo " other (default): letterpaper"
> @echo
> + @echo "Paper size variations (independent of PERFBOOK_PAPER):"
> + @echo " perfbook-lt.pdf, lt: 2-column layout on letterpaper"
> + @echo " perfbook-hb.pdf, hb: 2-column layout for hard cover book"
> + @echo " perfbook-a4.pdf, a4: 2-column layout on a4paper"
> + @echo " perfbook-eb.pdf, eb: 1-column layout for ebook reader (WIP)"
> + @echo
> @echo "\"make help-full\" will show the full list of available targets."
>
> help-full: help-official
> @@ -510,6 +517,7 @@ help-full: help-official
> @echo " perfbook-lt.pdf, lt: 2-column layout on letterpaper"
> @echo " perfbook-hb.pdf, hb: 2-column layout for hard cover book"
> @echo " perfbook-a4.pdf, a4: 2-column layout on a4paper"
> + @echo " perfbook-eb.pdf, eb: 1-column layout for ebook reader (WIP)"
> @echo
> @echo "Experimental targets:"
> @echo " Full, Abbr."
> @@ -540,8 +548,9 @@ help-full: help-official
> @echo " - Set env variable PERFBOOK_PAPER to change paper size:"
> @echo " PERFBOOK_PAPER=A4: a4paper"
> @echo " PERFBOOK_PAPER=HB: hard cover book"
> + @echo " PERFBOOK_PAPER=EB: ebook reader, always 1c layout (WIP)"
> @echo " other (default): letterpaper"
> - @echo " (PERFBOOK_PAPER has no effect on targets \"lt\", \"hb\", and \"a4\".)"
> + @echo " (PERFBOOK_PAPER has no effect on targets \"lt\", \"hb\", \"a4\", and \"eb\".)"
>
> clean:
> find . -name '*.aux' -o -name '*.blg' \
> --
> 2.17.1
>
Acked-by: Balbir Singh <bsingharora@gmail.com>
next prev parent reply other threads:[~2021-03-26 6:35 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 1:01 [RFC PATCH] perfbook/papersize: ebook reader size support Balbir Singh
2021-03-23 5:23 ` Paul E. McKenney
2021-03-23 6:26 ` Balbir Singh
2021-03-23 9:38 ` Balbir Singh
2021-03-23 13:39 ` Akira Yokosawa
2021-03-23 16:10 ` Paul E. McKenney
2021-03-24 1:15 ` Balbir Singh
2021-03-24 2:35 ` Akira Yokosawa
2021-03-24 2:37 ` [RFC PATCH 1/2] perfbook-lt: Add macro to shrink floats for ebook Akira Yokosawa
2021-03-24 2:38 ` [RFC PATCH 2/2] cpu, toolsoftrade, count, rcuapi: Shrink floats for ebook reader Akira Yokosawa
2021-03-24 7:27 ` [RFC PATCH] perfbook/papersize: ebook reader size support Balbir Singh
2021-03-24 14:34 ` Akira Yokosawa
2021-03-25 10:49 ` [PATCH -perfbook 0/5] " Akira Yokosawa
2021-03-25 10:52 ` [PATCH -perfbook 1/5] perfbook/papersize: " Akira Yokosawa
2021-03-25 10:55 ` [PATCH -perfbook 2/5] perfbook-lt: Add macros to shrink floats for ebook Akira Yokosawa
2021-03-25 10:57 ` [PATCH -perfbook 3/5] cpu, toolsoftrade, count, rcuapi: Shrink floats for ebook reader Akira Yokosawa
2021-03-25 10:58 ` [PATCH -perfbook 4/5] styleguide: Adjust float size and add a floatbarrier for ebook-size build Akira Yokosawa
2021-03-25 11:00 ` [PATCH -perfbook 5/5] Makefile: Add info on ebooksize build in help and help-full Akira Yokosawa
2021-03-26 6:35 ` Balbir Singh [this message]
2021-03-26 11:42 ` Akira Yokosawa
2021-03-27 16:33 ` Paul E. McKenney
2021-03-25 11:41 ` [PATCH -perfbook 0/5] ebook reader size support Akira Yokosawa
2021-03-25 16:16 ` Paul E. McKenney
2021-03-25 19:24 ` Akira Yokosawa
2021-03-26 0:12 ` Paul E. McKenney
2021-03-26 0:26 ` Akira Yokosawa
2021-03-26 0:51 ` Paul E. McKenney
2021-03-26 1:08 ` Akira Yokosawa
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=20210326063503.GO77072@balbir-desktop \
--to=bsingharora@gmail.com \
--cc=akiyks@gmail.com \
--cc=paulmck@kernel.org \
--cc=perfbook@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.