From 9c822ed4994c3e0212d1d0b71a629997663fd400 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 13 Nov 2021 13:23:08 +0300 Subject: [PATCH] moved cls2tex.sh script to the stripts directory... Signed-off-by: Alex A. Naanou --- Makefile | 2 +- cls2tex.sh => scripts/cls2tex.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cls2tex.sh => scripts/cls2tex.sh (100%) diff --git a/Makefile b/Makefile index 79fcdda..31d2e84 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ TEX := latexmk -lualatex $(ARGS) # to solve this odd instability... texToDoc = \ @echo "texToDoc: $1 -> $2"; \ - ./cls2tex.sh $1 $2 $3 + ./scripts/cls2tex.sh $1 $2 $3 diff --git a/cls2tex.sh b/scripts/cls2tex.sh similarity index 100% rename from cls2tex.sh rename to scripts/cls2tex.sh