diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-18 15:02:49 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-05-21 10:05:21 +0200 |
| commit | 797f5c1e5e45e35b25721492950ae0247632d0d4 (patch) | |
| tree | 40697ddaff7b5dcbf2b3eae0c5229de3bf93aa5b /docs/Makefile | |
| parent | 2991099daa5b1cfbc7b67f358497ec4821c71a53 (diff) | |
add book ci script
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 |
