From 2fdbd35ec8b8b157bbafcd3c40e5af3bcbddb29c Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 15 Apr 2022 01:53:34 +0700 Subject: Makefile: add task serve-doc to preview documentation using ciigo The serve-doc command require ciigo [1] command. [1] git.sr.ht/~shulhan/ciigo --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d314ef6..5f6141f 100644 --- a/Makefile +++ b/Makefile @@ -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. ## -- cgit v1.3