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
Alija Sabic
fhtw-latex-slides
Commits
dc5692e1
Commit
dc5692e1
authored
Nov 28, 2018
by
Alija Sabic
Browse files
Makefile: remove obsolete variable
parent
ee0fab1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
dc5692e1
...
...
@@ -2,9 +2,6 @@ BASENAME = demo
BUILDDIR
=
build
VARIANTS
=
presentation handout notes
TARGETS
=
$(BASENAME)
-presentation
.pdf
\
$(BASENAME)
-handout
.pdf
\
$(BASENAME)
-notes
.pdf
# Environment
TEXDIRS
=
resources/latex/:resources/latex-sty/:resources/images/:resources/listings/
...
...
@@ -17,7 +14,7 @@ LATEXMK = export TYPE= TARGET="$(basename $(notdir $1))" && latexmk $(basename $
VIEWER
=
xdg-open
# main targets
all
:
$(
T
AR
GE
TS)
all
:
$(
V
AR
IAN
TS)
clean
:
find
$(BUILDDIR)
-type
f
-not
-name
"*.pdf"
-delete
...
...
build/demo-handout.pdf
View file @
dc5692e1
No preview for this file type
build/demo-notes.pdf
View file @
dc5692e1
No preview for this file type
build/demo-presentation.pdf
View file @
dc5692e1
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