Skip to content
Snippets Groups Projects
Commit 30030ec7 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updates

parent 56d3eb33
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -2,6 +2,9 @@ image: omalaspinas/archlinux-pandoc:thirdtry ...@@ -2,6 +2,9 @@ image: omalaspinas/archlinux-pandoc:thirdtry
build: build:
script: script:
- cd figs
- ./convert.sh
- cd ..
- make - make
artifacts: artifacts:
paths: paths:
......
...@@ -27,14 +27,7 @@ REVEALOPRIONS += --self-contained ...@@ -27,14 +27,7 @@ REVEALOPRIONS += --self-contained
# REVEALOPRIONS += --include-in-header=reveal.js/left_just.css # REVEALOPRIONS += --include-in-header=reveal.js/left_just.css
# all: cours.pdf cours.html all: intro.html variables.html
all: figs/convert.sh intro.html variables.html
figs/convert.sh: $(wildcard *.svg)
cd figs; ./convert.sh
# cours.pdf: cours.md Makefile
# pandoc -s $(BEAMEROPTIONS) -o $@ $<
intro.html: intro.md Makefile intro.html: intro.md Makefile
pandoc -s $(REVEALOPRIONS) -o $@ $< pandoc -s $(REVEALOPRIONS) -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment