From 17e5aee6a7662bfa86c3b38c17c9bd5fae0658bf Mon Sep 17 00:00:00 2001 From: Duncan Holm Date: Tue, 6 Apr 2021 11:27:10 +0100 Subject: [PATCH] Add todo --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0821da1..4c71c56 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ PYTHON_VENV_ACTIVATE = source $(PYTHON_VENV_PATH)/bin/activate # ------------------------------------------------------------ # The archive is for (optional) distribution: https://kapeli.com/docsets#dashdocsetfeed +# @todo Use a GitHub Action to generate the docset serverside and provide an XML feed $(DOCSET_ARCHIVE_PATH): docset tar --exclude=.DS_Store --strip-components 1 -czf $@ $(DOCSET_PATH)