move images and add makefile
This commit is contained in:
8
docs/Makefile
Normal file
8
docs/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
asciidoctor -d book -D thebook/ index.adoc
|
||||
cp -r images thebook
|
||||
|
||||
clean:
|
||||
rm -rf thebook
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user