merge upstream and other changes

added sparky linux
added bazzite
This commit is contained in:
zenobit 2023-11-17 14:35:57 +01:00
parent 52182514ec
commit c3bd9eb195
10 changed files with 4293 additions and 309 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 $@