From ac12b618983c74c9dd45fc024caba4f8900d2205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 9 Mar 2019 05:24:00 +0100 Subject: [PATCH] Link to dependency graph, (X)HTML polyglot for index.html, dependencies in Makefile --- Makefile | 2 +- doc-src/index.html | 19 ++++++++++++++++--- doc-src/markdown2html.sh | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3be3483..8c1e6d5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ artifacts/deps.pdf: deps.ps Makefile mkdir -p $$(dirname $@) ps2pdf $< $@ -artifacts/index.html: doc-src/index.html Makefile +artifacts/index.html: doc-src/index.html artifacts/references/style.css artifacts/deps.svg artifacts/deps.png artifacts/deps.pdf artifacts/references/index.html Makefile mkdir -p $$(dirname $@) cp doc-src/index.html $@ diff --git a/doc-src/index.html b/doc-src/index.html index 678b469..593b5aa 100644 --- a/doc-src/index.html +++ b/doc-src/index.html @@ -1,3 +1,16 @@ -

{{{project-name}}}

- -References + + + + + {{{project-name}}} + + + +

{{{project-name}}}

+ + + + diff --git a/doc-src/markdown2html.sh b/doc-src/markdown2html.sh index e12c4fa..f7149cd 100755 --- a/doc-src/markdown2html.sh +++ b/doc-src/markdown2html.sh @@ -7,7 +7,7 @@ fi cat < - + $2