summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-05 20:21:47 +0700
committerShulhan <ms@kilabit.info>2022-09-05 20:21:47 +0700
commitf38aeaf416e75972be1654592c600d6c3b2cd461 (patch)
treed6902d3d37f1be976afe1c2e562f2b1289839c12
parent7eea9af824bcaee304a11d0048bdeb84fca9e96e (diff)
downloadasciidoctor-go-f38aeaf416e75972be1654592c600d6c3b2cd461.tar.xz
all: update the path on serve-doc task
Since the all documentation files has been moved to _doc, the serve-doc task should watch and serve directory _doc too.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69792b0..1475a97 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,4 @@ test-parser:
go test -v -run=Open .
serve-doc:
- ciigo serve .
+ ciigo serve _doc/