Publish website via GitLab pages (index.html)

This commit is contained in:
Georges Dupéron 2019-03-09 00:04:04 +01:00
parent 2fbcec2eac
commit 30c2352e91

View File

@ -1,4 +1,4 @@
all: artifacts/deps.svg artifacts/deps.png artifacts/deps.pdf
all: artifacts/deps.svg artifacts/deps.png artifacts/deps.pdf artifacts/index.html
deps.dot: deps.sh
mkdir -p $$(dirname $@)
@ -20,3 +20,5 @@ artifacts/deps.pdf: deps.ps Makefile
mkdir -p $$(dirname $@)
ps2pdf $< $@
artifacts/index.html: Makefile
printf %s '<h1>{{{project-name}}}</h1>'