From 6496c5e010b1d7ca722a2981206bf3c79789820a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Dec 2018 18:41:59 +0200 Subject: Fix: adapt Makefile, build.sh for ikiwiki site --- Makefile | 5 ++--- build.sh | 9 --------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 14078f5..8f27e53 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ -yarns = $(wildcard *.yarn) images = $(wildcard *.diag) -all: arch.html +all: $(images) -arch.html: $(yarns) $(images) arch.css +arch.png: arch.diag ./build.sh diff --git a/build.sh b/build.sh index 8a04877..e2a8a8a 100755 --- a/build.sh +++ b/build.sh @@ -2,13 +2,4 @@ set -eu -version="$(git describe --dirty)" blockdiag3 arch.diag -pandoc \ - -Vdate="Version: $version" \ - --toc \ - --standalone \ - --self-contained \ - --css arch.css \ - -o arch.html \ - *.yarn -- cgit v1.2.1