diff options
| author | Shulhan <ms@kilabit.info> | 2022-04-15 01:53:34 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-04-15 01:53:34 +0700 |
| commit | 2fdbd35ec8b8b157bbafcd3c40e5af3bcbddb29c (patch) | |
| tree | 4233cf70ba69c38001e2a330386c015d78ba1c0e | |
| parent | 618ffca939c176b2faea4d18de756d58f1110639 (diff) | |
| download | rescached-2fdbd35ec8b8b157bbafcd3c40e5af3bcbddb29c.tar.xz | |
Makefile: add task serve-doc to preview documentation using ciigo
The serve-doc command require ciigo [1] command.
[1] git.sr.ht/~shulhan/ciigo
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -91,6 +91,9 @@ dev: go run ./cmd/rescached -config=cmd/rescached/rescached.cfg.test dev; \ sudo ./_bin/nft_dnstest_chain.sh flush +serve-doc: + ciigo serve _doc + ## ## Common tasks for installing and uninstalling program. ## |
