moved cls2tex.sh script to the stripts directory...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-11-13 13:23:08 +03:00
parent aa5820b6a1
commit 9c822ed499
2 changed files with 1 additions and 1 deletions

View File

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