Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
thb
pi-hole_presentation
Commits
48b58548
Commit
48b58548
authored
Aug 14, 2021
by
Robert Beilich
Browse files
Add Makefile
parent
19e83ba0
Pipeline
#641
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
48b58548
.PHONY
:
all
,
clean
all
:
docker run
--rm
-it
-v
$(PWD)
:/build gitlab.beilich.de:4567/docker-utilities/pandoc pandoc
-H
header.tex
--template
mod_template.tex
-f
markdown
-t
beamer presentation.md
-o
presentation.pdf
docker run
--rm
-it
-v
$(PWD)
:/build gitlab.beilich.de:4567/docker-utilities/pandoc pandoc
-H
header.tex
--template
mod_template.tex
-f
markdown
-t
beamer presentation_part_two.md
-o
presentation_part_two.pdf
clean
:
rm
-f
*
.pdf
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