move images and add makefile

This commit is contained in:
Ulf Lilleengen
2024-05-18 10:22:33 +02:00
parent 739e5861c2
commit 2991099daa
9 changed files with 11 additions and 21 deletions

8
docs/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
asciidoctor -d book -D thebook/ index.adoc
cp -r images thebook
clean:
rm -rf thebook
.PHONY: all clean