aboutsummaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index eadcf2370..834802d3b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,8 +1,8 @@
1all: 1all:
2 asciidoctor -d book -D thebook/ index.adoc 2 asciidoctor -d book -D book/ index.adoc
3 cp -r images thebook 3 cp -r images book
4 4
5clean: 5clean:
6 rm -rf thebook 6 rm -rf book
7 7
8.PHONY: all clean 8.PHONY: all clean