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@xxxxxxxxx> --- 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