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
StudyATHome_public
fhtw-latex-slides
Commits
f31ba500
Commit
f31ba500
authored
Nov 26, 2018
by
Alija Sabic
Browse files
Remove static make targets
parent
8336c929
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f31ba500
...
...
@@ -21,19 +21,19 @@ LATEXMK = latexmk -deps -jobname="$(basename $1)" $2
LATEXMKF
=
export
TARGET
=
$1
&&
export
TYPE
=
$2
&&
$(
call
LATEXMK,
$1
,
$(BASENAME)
)
LATEXMKC
=
export
TARGET
=
$1
&&
export
TYPE
=
""
&&
$(
call
LATEXMK,
$1
,
$2
)
all
:
build/
$(TARGETS)
all
:
$(TARGETS)
presentation
:
$(BUILDDIR)/ $(BASENAME)-presentation.pdf
handout
:
$(BUILDDIR)/ $(BASENAME)-handout.pdf
notes
:
$(BUILDDIR)/ $(BASENAME)-notes.pdf
$(BASENAME)-presentation.pdf
:
.FORCE | $(BUILDDIR)
$(BASENAME)-presentation.pdf
:
.FORCE | $(BUILDDIR)
/
$(
call
LATEXMKF,
$@
,presentation
)
$(BASENAME)-handout.pdf
:
.FORCE | $(BUILDDIR)
$(BASENAME)-handout.pdf
:
.FORCE | $(BUILDDIR)
/
$(
call
LATEXMKF,
$@
,handout
)
$(BASENAME)-notes.pdf
:
.FORCE | $(BUILDDIR)
$(BASENAME)-notes.pdf
:
.FORCE | $(BUILDDIR)
/
$(
call
LATEXMKF,
$@
,notes
)
clean
:
...
...
build/demo-handout.pdf
View file @
f31ba500
No preview for this file type
build/demo-notes.pdf
View file @
f31ba500
No preview for this file type
build/demo-presentation.pdf
View file @
f31ba500
No preview for this file type
Write
Preview
Markdown
is supported
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