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 11/11] Makefile: Rename periodcheck --> punctcheck
Date: Tue, 17 Aug 2021 19:40:43 +0900 [thread overview]
Message-ID: <f35e8408-c679-5c62-62db-d620c914be30@gmail.com> (raw)
In-Reply-To: <9f71d7d5-b9bb-ceeb-6acb-e889821eeeb9@gmail.com>
Now that periodcheck checks punctuation marks not limited to periods,
rename it and use the name "punctcheck".
Note: "make periodcheck" is now an alias of "make punctcheck".
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
Makefile | 14 ++++++++------
utilities/{periodcheck.pl => punctcheck.pl} | 0
utilities/{periodcheck.sh => punctcheck.sh} | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
rename utilities/{periodcheck.pl => punctcheck.pl} (100%)
rename utilities/{periodcheck.sh => punctcheck.sh} (92%)
diff --git a/Makefile b/Makefile
index 3e604c53..3df1810e 100644
--- a/Makefile
+++ b/Makefile
@@ -191,9 +191,9 @@ BASE_DEPENDS := perfbook.tex $(foreach v,tcb 1c msns mss mstx msr msn msnt sf nq
.PHONY: qq perfbook-qq.pdf qqmsg
.PHONY: help help-official help-full help-semiofficial help-paper help-draft
.PHONY: help-experimental help-prefixed
-.PHONY: paper-clean periodcheck periodcheck-auto
+.PHONY: paper-clean periodcheck punctcheck punctcheck-auto
-all: periodcheck-auto
+all: punctcheck-auto
ifeq ($(MAKECMDGOALS),clean)
else ifeq ($(MAKECMDGOALS),distclean)
@@ -610,13 +610,15 @@ ls-unused:
neatfreak: distclean
find . -name '*.pdf' | xargs rm -f
-periodcheck:
- utilities/periodcheck.sh
+punctcheck:
+ utilities/punctcheck.sh
utilities/cleverefcheck.sh
-periodcheck-auto: $(targ)
- utilities/periodcheck.sh
+punctcheck-auto: $(targ)
+ utilities/punctcheck.sh
utilities/cleverefcheck.sh
+periodcheck: punctcheck
+
.SECONDEXPANSION:
$(ABBREVTARGETS): %: perfbook-$$@.pdf
diff --git a/utilities/periodcheck.pl b/utilities/punctcheck.pl
similarity index 100%
rename from utilities/periodcheck.pl
rename to utilities/punctcheck.pl
diff --git a/utilities/periodcheck.sh b/utilities/punctcheck.sh
similarity index 92%
rename from utilities/periodcheck.sh
rename to utilities/punctcheck.sh
index 4fff091b..d0ade754 100755
--- a/utilities/periodcheck.sh
+++ b/utilities/punctcheck.sh
@@ -20,5 +20,5 @@ done
for g in $tex_sources
do
- utilities/periodcheck.pl $g
+ utilities/punctcheck.pl $g
done
--
2.17.1
prev parent reply other threads:[~2021-08-17 10:40 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-17 10:14 [PATCH -perfbook 00/11] Break and capitalize after colon, take four Akira Yokosawa
2021-08-17 10:16 ` [PATCH -perfbook 01/11] appendix, glossary: Break and capitalize after colon Akira Yokosawa
2021-08-17 10:18 ` [PATCH -perfbook 02/11] glossary: Put missing question mark Akira Yokosawa
2021-08-17 10:19 ` [PATCH -perfbook 03/11] treewide: Adjust punctuation convention Akira Yokosawa
2021-08-17 10:21 ` [PATCH -perfbook 04/11] Add \ignorespaces command to \IfEbookSize and \IfSansSerif Akira Yokosawa
2021-08-17 18:29 ` Paul E. McKenney
2021-08-17 20:22 ` Paul E. McKenney
2021-08-17 23:31 ` Akira Yokosawa
2021-08-17 23:50 ` Paul E. McKenney
2021-08-17 10:23 ` [PATCH -perfbook 05/11] datastruct: Use \tco{} inside inline enumerate list Akira Yokosawa
2021-08-17 10:29 ` [PATCH -perfbook 06/11] periodcheck: Add colon-related checks Akira Yokosawa
2021-08-17 10:33 ` [PATCH -perfbook 07/11] cleverefcheck: Check lower-case word after \item Akira Yokosawa
2021-08-17 10:35 ` [PATCH -perfbook 08/11] periodcheck: Improve regex Akira Yokosawa
2021-08-17 10:37 ` [PATCH -perfbook 09/11] periodcheck: Use counter to prevent false negatives Akira Yokosawa
2021-08-17 10:39 ` [PATCH -perfbook 10/11] cleverefcheck: Add pattern to catch typo in indexing macros Akira Yokosawa
2021-08-17 10:40 ` Akira Yokosawa [this message]
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=f35e8408-c679-5c62-62db-d620c914be30@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.