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

added base_4 to make

parent bb1a2240
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5 ...@@ -10,7 +10,7 @@ HTMLOPTIONS += -t html5
HTMLOPTIONS += -c css/tufte-css/tufte.css HTMLOPTIONS += -c css/tufte-css/tufte.css
HTMLOPTIONS += --self-contained HTMLOPTIONS += --self-contained
all: command_line.pdf delaunay.pdf pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html all: command_line.pdf delaunay.pdf pointeurs_avances.pdf oral.pdf ligne_commande.pdf strings.pdf tests_assertions.pdf make.pdf base_4.pdf base_3.pdf base_2.pdf base_1.pdf intro.pdf index.html
intro.pdf: intro.md metadata.yaml intro.pdf: intro.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^ pandoc $(PDFOPTIONS) -o $@ $^
...@@ -24,6 +24,9 @@ base_2.pdf: base_2.md metadata.yaml ...@@ -24,6 +24,9 @@ base_2.pdf: base_2.md metadata.yaml
base_3.pdf: base_3.md metadata.yaml base_3.pdf: base_3.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^ pandoc $(PDFOPTIONS) -o $@ $^
base_4.pdf: base_4.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^
make.pdf: make.md metadata.yaml make.pdf: make.md metadata.yaml
pandoc $(PDFOPTIONS) -o $@ $^ pandoc $(PDFOPTIONS) -o $@ $^
......
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