From ca4527a23349e5635129d6d7bf605d41d912f996 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 18 Jul 2023 00:32:31 +0200 Subject: [PATCH] remove cs repo and ref --- .gitlab-ci.yml | 1 - Makefile | 19 +++++-------------- cc.tex | 2 +- main.tex | 2 +- 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bd9d1a9..a56a2848 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,3 @@ compile_pdf: paths: - BIND.pdf - resources.pdf - - BIND_ref.pdf diff --git a/Makefile b/Makefile index 2dbdab1f..819de3a7 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,8 @@ global: config/bind.sty .switch-gls touch -r Makefile .switch-gls config/bind.sty: git submodule update --init -cs/CS.tex: - git submodule update --init -main.pdf: main.gls config cs $(wildcard *tex) +main.pdf: main.gls config $(wildcard *tex) pdflatex main.tex main.gls: svg-inkscape/logo_svg-tex.pdf makeglossaries main @@ -20,22 +18,15 @@ svg-inkscape/logo_svg-tex.pdf: images/ global pdflatex main.tex pdflatex main.tex -ref: BIND_ref.pdf -BIND_ref.pdf: $(wildcard *tex) BIND_ref.gls - pdflatex -jobname BIND_ref main.tex -BIND_ref.gls: svg-inkscape - pdflatex -shell-escape -jobname BIND_ref main.tex - makeglossaries BIND_ref - pdflatex -jobname BIND_ref main.tex svg-inkscape: global - pdflatex -shell-escape -jobname BIND_ref main.tex - pdflatex -jobname BIND_ref main.tex + pdflatex -shell-escape -jobname main.tex + pdflatex -jobname main.tex resources: resources.pdf resources.pdf: main.gls global pdflatex resources.tex -all: ref resources book +all: resources book clean: - rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf sq/*aux svg-inkscape cs/*aux + rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf sq/*aux svg-inkscape diff --git a/cc.tex b/cc.tex index 3c843969..52caf1f5 100644 --- a/cc.tex +++ b/cc.tex @@ -1294,7 +1294,7 @@ $7\times2\times2 = 28$, so the character starts out with 28 \glspl{cp}. \settoggle{examplecharacter}{true} \settoggle{bestiarychapter}{true} -\input{cs/CS.tex} +\input{config/CS.tex} \settoggle{bestiarychapter}{false} \settoggle{examplecharacter}{false} \renewcommand\csComments{} diff --git a/main.tex b/main.tex index 4a162605..3f03c880 100644 --- a/main.tex +++ b/main.tex @@ -3,7 +3,7 @@ \date{} \usepackage{config/bind} -\input{cs/commands.tex} +\input{config/commands.tex} \input{charts.tex} \hypersetup{pdfinfo={ -- GitLab