Publish website via GitLab pages (index.html)
This commit is contained in:
parent
2fbcec2eac
commit
30c2352e91
4
Makefile
4
Makefile
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue
Block a user