piknik

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README | LICENSE

commit 80b074d84f3e7ff62648e5067d5ee1800571daaf
parent 4d32b92ee847a49d08899567b1d2a5b595e60e46
Author: lash <dev@holbrook.no>
Date:   Sun, 30 Apr 2023 14:31:08 +0100

Add doc makefile and readme

Diffstat:
AMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,3 @@ +doc: + pandoc -f man -t markdown man/man1/piknik.1 > README.md + echo -e "\n\n# ABOUT THIS DOCUMENT\n\nThis document was generated using \`pandoc -f man -t markdown ...\`" >> README.md