summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-30 18:41:59 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-30 18:41:59 +0200
commit6496c5e010b1d7ca722a2981206bf3c79789820a (patch)
tree2e4bab6bb9d04f10be46179fc9a3c47ea16f4d29
parentdde454d54147d8fba5ea263bdf66d1cc48c44968 (diff)
downloadeffireg-website-6496c5e010b1d7ca722a2981206bf3c79789820a.tar.gz
Fix: adapt Makefile, build.sh for ikiwiki site
-rw-r--r--Makefile5
-rwxr-xr-xbuild.sh9
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