Added mising file
This commit is contained in:
parent
20cdf621d9
commit
eb6b899396
4
Makefile
4
Makefile
|
@ -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
3
doc-src/index.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<h1>{{{project-name}}}</h1>
|
||||
|
||||
<a href="references">References</a>
|
Loading…
Reference in New Issue
Block a user