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
Ivo Kabadshow
beamertheme-juelich
Commits
54a9c36b
Commit
54a9c36b
authored
Feb 04, 2021
by
Ivo Kabadshow
Browse files
Merge branch 'fix--test-makefile-curdir' into 'master'
Tests: Add parent directory to Makefile TEXINPUTS See merge request
!19
parents
6b51fd95
3eb2721d
Pipeline
#58980
passed with stage
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile
View file @
54a9c36b
...
...
@@ -8,7 +8,7 @@ XELATEX ?= xelatex
LUALATEX
?=
lualatex
LATEX_FLAGS
?=
-halt-on-error
-interaction
=
nonstopmode
export
TEXINPUTS
:=
$(CURDIR)
/src//:
$(TEXINPUTS)
export
TEXINPUTS
:=
$(CURDIR)
/../:
$(CURDIR)
/src//:
$(TEXINPUTS)
cmd%
pdflatex
=
$(PDFLATEX)
$(LATEX_FLAGS)
cmd%
xelatex
=
$(XELATEX)
$(LATEX_FLAGS)
...
...
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