Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Nagel
itt
Commits
8f18085f
Commit
8f18085f
authored
Nov 30, 2021
by
Lukas Nagel
Browse files
fix build
parent
2d8a6c85
Pipeline
#140508
passed with stages
in 8 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8f18085f
...
...
@@ -45,7 +45,7 @@ previews=$(mindmap:pdf=gif)
default
:
$(dokumente)
all
:
docker $(dokumen
te) $(previews)
all
:
$(la
te
x
) $(previews)
grafiken
:
$(grafiken)
...
...
@@ -66,8 +66,10 @@ $(presentation): $(grafiken) $(bilder) presentation/theme.tex
# Generic Recipes
%.pdf
:
%.tex
@
echo
"make: Entering directory '
$
(@D)'"
cd
$
(
@D
)
&&
\
latexrun
--latex-cmd
lualatex
-o
$
(
@F
)
-O
$
(
*
F
)
.out
$
(
<F
)
@
echo
"make: Leaving directory '
$
(@D)'"
%.gif
:
%.pdf
convert
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment