Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
Cours Ansible
Commits
d9fedf25
Commit
d9fedf25
authored
Nov 24, 2020
by
Bonnegent Sebastien
Browse files
make
parent
da16023b
Pipeline
#8673
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d9fedf25
THEME
=
league
all
:
html/cours1.html
help
:
...
...
@@ -8,9 +10,9 @@ help:
@
echo
"- run: lancement de la présentation"
html/%.html
:
%.md
@
test
!
-
e
html/images
&&
mkdir
html/images
@
[
-
d
html/images
]
||
mkdir
-v
html/images
@
cp
images/
*
html/images/
@
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
league
-o
$@
$<
@
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
$(THEME)
-o
$@
$<
%.pdf
:
%.md
pandoc
-t
beamer
$<
-V
theme:Madrid
-o
$@
...
...
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