Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit ce9a780a authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added makefile, updated vmap

parent 89b94d0a
Branches
Tags
No related merge requests found
...@@ -17,8 +17,12 @@ Extrapolation of fuel consumption map is possible, but only allowed in Engineeri ...@@ -17,8 +17,12 @@ Extrapolation of fuel consumption map is possible, but only allowed in Engineeri
**Example:** **Example:**
Retarder Speed [1/min],Loss Torque [Nm] engine speed [rpm], engine torque [Nm], Fuel Consumption [g/h]
0,10 600,-45,0,
100,10.02 600,0,767,
200,10.08 600,100,1759,
300,10.18 600,200,2890,
600,300,4185,
600,400,5404,
600,500,6535,
600,600,7578,
phony:
@echo "Starting Help-file generation..."
@pandoc -f markdown+raw_html $(shell cat files.txt) -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --mathjax=includes/mathjax.js -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
@echo "Generated outputfile: help.html"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment