Skip to content
Snippets Groups Projects
Unverified Commit 41c17afa authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Makefile: to generate the html files

parent a658c1be
No related branches found
No related tags found
No related merge requests found
1_understanding_a_computer.html: 1_understanding_a_computer.md pandoc.css all: index.html 1_understanding_a_computer.html 2_first_steps_in_a_terminal.html
pandoc -s --toc -c pandoc.css 1_understanding_a_computer.md -o 1_understanding_a_computer.html
index.html: index.md github-pandoc.css
pandoc -s -c github-pandoc.css index.md -o index.html
1_understanding_a_computer.html: 1_understanding_a_computer.md github-pandoc.css
pandoc -s --toc -c github-pandoc.css 1_understanding_a_computer.md -o 1_understanding_a_computer.html
2_first_steps_in_a_terminal.html: 2_first_steps_in_a_terminal.md github-pandoc.css
pandoc -s --toc -c github-pandoc.css 2_first_steps_in_a_terminal.md -o 2_first_steps_in_a_terminal.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