Skip to content
Snippets Groups Projects
Verified Commit 385d3cd5 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Makefile: fix css path

parent b8a70417
No related branches found
No related tags found
No related merge requests found
all: public/index.html \
public/github-pandoc.css \
public/1_understanding_a_computer.html \
public/2_using_the_ifb_cloud.html \
public/3_first_steps_in_a_terminal.html \
......@@ -12,6 +13,8 @@ all: public/index.html \
public/11_install_system_programs.html \
public/12_virtualization.html
public/github-pandoc.css: github-pandoc.css
cp github-pandoc.css public/github-pandoc.css
public/index.html: index.md github-pandoc.css
pandoc -s -c github-pandoc.css index.md -o public/index.html
......
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