aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-18 10:22:33 +0200
committerUlf Lilleengen <[email protected]>2024-05-21 10:05:21 +0200
commit2991099daa5b1cfbc7b67f358497ec4821c71a53 (patch)
tree979ca89f6580365fcff0f6c65587480cdf7d9cd6 /docs/Makefile
parent739e5861c2e47db251725163fcd91cd822cf97b7 (diff)
move images and add makefile
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 000000000..eadcf2370
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,8 @@
1all:
2 asciidoctor -d book -D thebook/ index.adoc
3 cp -r images thebook
4
5clean:
6 rm -rf thebook
7
8.PHONY: all clean