Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
core
Commits
4d60de1e
Unverified
Commit
4d60de1e
authored
1 year ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
update Makefile
parent
659ba934
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
Makefile
+17
-23
17 additions, 23 deletions
Makefile
with
20 additions
and
25 deletions
.gitignore
+
2
−
0
View file @
4d60de1e
...
...
@@ -36,3 +36,5 @@ old
*.slo
*.sls
.switch-*
*.fls
*latexmk
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
2
View file @
4d60de1e
...
...
@@ -11,5 +11,4 @@ compile_pdf:
-
run
artifacts
:
paths
:
-
BIND.pdf
-
resources.pdf
-
core.pdf
This diff is collapsed.
Click to expand it.
Makefile
+
17
−
23
View file @
4d60de1e
output
:
main.pdf
book
:
main.pdf
mv
main.pdf BIND
.pdf
BOOK
=
$(
shell
basename
"
$$(
pwd
)
"
)
output
:
$(BOOK)
.pdf
global
:
config/bind.sty .switch-gls
.switch-gls
:
touch
-r
Makefile .switch-gls
@
touch
-r
Makefile .switch-gls
config/bind.sty
:
git submodule update
--init
main.pdf
:
main.gls config $(wildcard *tex)
pdflatex main.tex
main.gls
:
svg-inkscape/logo_svg-tex.pdf
makeglossaries main
pdflatex main.tex
svg-inkscape/logo_svg-tex.pdf
:
images/ global
pdflatex
-shell-escape
main.tex
pdflatex main.tex
pdflatex main.tex
@
git submodule update
--init
svg-inkscape
:
global
pdflatex
-shell-escape
-jobname
main.tex
pdflatex
-jobname
main.tex
svg-inkscape
:
| config/bind.sty
@
pdflatex
-shell-escape
-jobname
$(
BOOK
)
main.tex
$(BOOK).glo
:
| svg-inkscape
@
pdflatex
-jobname
$(
BOOK
)
main.tex
$(BOOK).sls
:
| $(BOOK).glo
@
makeglossaries
$(
BOOK
)
$(BOOK).pdf
:
$(BOOK).sls
@
pdflatex
-jobname
$(
BOOK
)
main.tex
resources
:
resources.pdf
resources.pdf
:
main.gls global
pdflatex resources.tex
all
:
resources book
all
:
$(BOOK).pdf
latexmk
-jobname
=
$(
BOOK
)
-shell-escape
-pdf
main.tex
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
.PHONY
:
clean all
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment