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

updated makefile

parent 0e2a9d96
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,10 @@ PDFOPTIONS += --pdf-engine pdflatex
PDFOPTIONS += --number-sections
PDFOPTIONS += --template=./default.latex
HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/styling.css
HTMLOPTIONS += --self-contained
all: base_1.pdf intro.pdf
intro.pdf: intro.md *.theme
......@@ -14,6 +18,9 @@ intro.pdf: intro.md *.theme
base_1.pdf: base_1.md *.theme
pandoc -t beamer -o $@ $<
index.html: index.md
pandoc -s $(OPTIONS) $(HTMLOPTIONS) -o $@ $<
deploy: all
mkdir -p prog_seq_c_cours
cp *.pdf prog_seq_c_cours
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment