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

update config

parent 78352783
No related branches found
No related tags found
No related merge requests found
......@@ -35,3 +35,4 @@ old
*.slg
*.slo
*.sls
.switch-*
output: BIND.pdf
BIND.pdf: main.aux
output: main.pdf
book: main.pdf
mv main.pdf BIND.pdf
main.pdf: main.aux
global: config/bind.sty .switch-gls
.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)
pdflatex main.tex
main.aux: svg-inkscape/logo_svg-tex.pdf main.glo $(wildcard *tex)
main.gls: svg-inkscape/logo_svg-tex.pdf
makeglossaries main
pdflatex main.tex
main.glo: svg-inkscape/logo_svg-tex.pdf
svg-inkscape/logo_svg-tex.pdf: config/bind.sty images/
svg-inkscape/logo_svg-tex.pdf: images/ global
pdflatex -shell-escape main.tex
pdflatex main.tex
pdflatex main.tex
config/bind.sty:
git submodule update --init
ref: BIND_ref.pdf
BIND_ref.pdf: $(wildcard *tex) BIND_ref.aux
makeglossaries BIND_ref
pdflatex -jobname BIND_ref main.tex
BIND_ref.aux: svg-inkscape
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:
svg-inkscape: global
pdflatex -shell-escape -jobname BIND_ref main.tex
pdflatex -jobname BIND_ref main.tex
resources: resources.pdf
resources.pdf: main.aux cs
resources.pdf: main.gls global
pdflatex resources.tex
all: BIND.pdf resources ref
all: ref book resources
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
Subproject commit 227edca502baf95c184f6f3e747b9aa3cd157996
Subproject commit 371435252ce2fda18b30b205348f99448aae87a3
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