diff options
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 8 |
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 @@ | |||
| 1 | all: | ||
| 2 | asciidoctor -d book -D thebook/ index.adoc | ||
| 3 | cp -r images thebook | ||
| 4 | |||
| 5 | clean: | ||
| 6 | rm -rf thebook | ||
| 7 | |||
| 8 | .PHONY: all clean | ||
