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

updated makefile

parent 5afd7f5b
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,13 @@ HTMLOPTIONS += --self-contained
all: base_2.pdf base_1.pdf intro.pdf index.html
intro.pdf: intro.md metadata.yaml *.theme
intro.pdf: intro.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^
base_1.pdf: base_1.md metadata.yaml *.theme
base_1.pdf: base_1.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^
base_2.pdf: base_2.md metadata.yaml *.theme figs/memory.svg
base_2.pdf: base_2.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^
index.html: index.md
......
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