initial commit

This commit is contained in:
zenobit 2023-03-10 06:47:49 +01:00
parent 25069872e5
commit b8464964ce
54 changed files with 7530 additions and 891 deletions

8
docs/pandoc-man.mk Normal file
View file

@ -0,0 +1,8 @@
PANDOC ?= pandoc
MANSECTION ?= 1
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man
%.$(MANSECTION): %.$(MANSECTION).md
$(MANPAGE.md) $< -o $@