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