Commit e1ef3f33f1df85ddc1a9f8bf4bc2c098a4b1702c

Authored by thubert
1 parent 3ce5291d

Correction de l'installation des outils automatiques

Par Geoffrey
Va falloir arrĂȘter d'utiliser le PC des autre :D
Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -14,7 +14,7 @@ SOURCES=$(wildcard *.asm) $(wildcard *.txt)
14 14 scripts/md2html -i "$<" -o "$@" -t template.html
15 15  
16 16 %.tmp: %.md $(SOURCES)
17   - markedpp "$<" > "$@"
  17 + scripts/node_modules/markedpp/bin/markedpp.js "$<" > "$@"
18 18  
19 19 # PROGRAMME
20 20  
... ...
package.json renamed to scripts/package.json
... ... @@ -11,8 +11,10 @@
11 11 "license": "GPL-3.0",
12 12 "dependencies": {
13 13 "highlight.js": "^9.11.0",
  14 + "html-pdf": "^2.1.0",
14 15 "katex": "^0.7.1",
15 16 "marked": "^0.3.6",
  17 + "markedpp": "^0.3.10",
16 18 "yargs": "^8.0.1"
17 19 }
18 20 }
... ...