Skip to content
Snippets Groups Projects
Unverified Commit ca4527a2 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

remove cs repo and ref

parent ebdadb2b
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,3 @@ compile_pdf: ...@@ -13,4 +13,3 @@ compile_pdf:
paths: paths:
- BIND.pdf - BIND.pdf
- resources.pdf - resources.pdf
- BIND_ref.pdf
...@@ -7,10 +7,8 @@ global: config/bind.sty .switch-gls ...@@ -7,10 +7,8 @@ global: config/bind.sty .switch-gls
touch -r Makefile .switch-gls touch -r Makefile .switch-gls
config/bind.sty: config/bind.sty:
git submodule update --init 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 pdflatex main.tex
main.gls: svg-inkscape/logo_svg-tex.pdf main.gls: svg-inkscape/logo_svg-tex.pdf
makeglossaries main makeglossaries main
...@@ -20,22 +18,15 @@ svg-inkscape/logo_svg-tex.pdf: images/ global ...@@ -20,22 +18,15 @@ svg-inkscape/logo_svg-tex.pdf: images/ global
pdflatex main.tex pdflatex main.tex
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 svg-inkscape: global
pdflatex -shell-escape -jobname BIND_ref main.tex pdflatex -shell-escape -jobname main.tex
pdflatex -jobname BIND_ref main.tex pdflatex -jobname main.tex
resources: resources.pdf resources: resources.pdf
resources.pdf: main.gls global resources.pdf: main.gls global
pdflatex resources.tex pdflatex resources.tex
all: ref resources book all: resources book
clean: 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
...@@ -1294,7 +1294,7 @@ $7\times2\times2 = 28$, so the character starts out with 28 \glspl{cp}. ...@@ -1294,7 +1294,7 @@ $7\times2\times2 = 28$, so the character starts out with 28 \glspl{cp}.
\settoggle{examplecharacter}{true} \settoggle{examplecharacter}{true}
\settoggle{bestiarychapter}{true} \settoggle{bestiarychapter}{true}
\input{cs/CS.tex} \input{config/CS.tex}
\settoggle{bestiarychapter}{false} \settoggle{bestiarychapter}{false}
\settoggle{examplecharacter}{false} \settoggle{examplecharacter}{false}
\renewcommand\csComments{} \renewcommand\csComments{}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
\date{} \date{}
\usepackage{config/bind} \usepackage{config/bind}
\input{cs/commands.tex} \input{config/commands.tex}
\input{charts.tex} \input{charts.tex}
\hypersetup{pdfinfo={ \hypersetup{pdfinfo={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment