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

changed filenames and adapted makefile

parent 0aa6133a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ BEAMEROPTIONS += --slide-level=1
REVEALOPRIONS = -t revealjs
REVEALOPRIONS += --template ./default.revealjs
# REVEALOPRIONS += -V theme=moon
REVEALOPRIONS += -V center=false
REVEALOPRIONS += -V center=true
REVEALOPRIONS += -V margin=0
REVEALOPRIONS += -V minScale=0.2
REVEALOPRIONS += -V maxScale=2.0
......@@ -27,13 +27,13 @@ REVEALOPRIONS += --highlight-style espresso
# all: cours.pdf cours.html
all: cours.html
all: intro.html
# cours.pdf: cours.md Makefile
# pandoc -s $(BEAMEROPTIONS) -o $@ $<
cours.html: cours.md Makefile
intro.html: intro.md Makefile
pandoc -s $(REVEALOPRIONS) -o $@ $<
clean:
rm -rf cours.pdf cours.html
\ No newline at end of file
rm -rf intro.html
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment