diff options
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 6 |
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 @@ | |||
| 1 | all: | 1 | all: |
| 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 | ||
| 5 | clean: | 5 | clean: |
| 6 | rm -rf thebook | 6 | rm -rf book |
| 7 | 7 | ||
| 8 | .PHONY: all clean | 8 | .PHONY: all clean |
