All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH -perfbook 1/4] synctex-forward: Update target list
Date: Thu, 22 Apr 2021 00:26:33 +0900	[thread overview]
Message-ID: <661c75b6-cdf8-cc4c-727b-2fb932d40164@gmail.com> (raw)
In-Reply-To: <5a17ce08-9c5d-5e87-6cae-793c6a49c147@gmail.com>

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 utilities/synctex-forward.sh | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/utilities/synctex-forward.sh b/utilities/synctex-forward.sh
index f4107728..04bdc14d 100755
--- a/utilities/synctex-forward.sh
+++ b/utilities/synctex-forward.sh
@@ -38,15 +38,19 @@ if [ $# -eq 0 ] ; then
 	change="reverted"
 else
 	case $1 in
-	2c)
+	2c|qq)
 		main="perfbook.tex"
 		change="reverted"
 		;;
-	1c|hb|a4|tcb|msnt|mstx|msr|msn|sf|msns|mss|qq|nq|ix)
+	1c|hb|a4|tcb|msnt|mstx|msr|msn|sf|msns|mss|nq|ix|df)
 		main="perfbook-$1.tex"
 		change="modified"
 		;;
-	1ctcb|1cmsnt|1cmstx|1cmsr|1cmsn|1csf|1cmsns|1cmss|1cqq|1cnq|1cix)
+	1ctcb|1cmsnt|1cmstx|1cmsr|1cmsn|1csf|1cmsns|1cmss|1cnq|1cix|1cdf)
+		main="perfbook-$1.tex"
+		change="modified"
+		;;
+	eb|ebsf|ebnq|ebsfnq|ebix|ebdf)
 		main="perfbook-$1.tex"
 		change="modified"
 		;;
-- 
2.17.1



  reply	other threads:[~2021-04-21 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 15:25 [PATCH -perfbook 0/4] index: Add index and acronym tags, take one Akira Yokosawa
2021-04-21 15:26 ` Akira Yokosawa [this message]
2021-04-21 15:27 ` [PATCH -perfbook 2/4] synctex-forward: Skip database check when reverting Akira Yokosawa
2021-04-21 15:29 ` [PATCH -perfbook 3/4] questions: Reference Tables 17.1 and 17.2 instead of Table 17.3 in -eb build Akira Yokosawa
2021-04-21 15:30 ` [PATCH -perfbook 4/4] index: Add index and acronym tags, take one Akira Yokosawa
2021-04-21 17:43 ` [PATCH -perfbook 0/4] " Paul E. McKenney

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=661c75b6-cdf8-cc4c-727b-2fb932d40164@gmail.com \
    --to=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.