Added mising file

This commit is contained in:
Georges Dupéron 2019-03-09 00:36:54 +01:00
parent 20cdf621d9
commit eb6b899396
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,9 @@ artifacts/deps.pdf: deps.ps Makefile
ps2pdf $< $@
artifacts/index.html: Makefile
mkdir -p $$(dirname $@)
cp doc-src/index.html $@
artifacts/references/index.html:
markdown -o $@ references.md
mkdir -p $$(dirname $@)
markdown references.md > $@

3
doc-src/index.html Normal file
View File

@ -0,0 +1,3 @@
<h1>{{{project-name}}}</h1>
<a href="references">References</a>