mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
merge upstream and other changes
added sparky linux added bazzite
This commit is contained in:
parent
52182514ec
commit
c3bd9eb195
10 changed files with 4293 additions and 309 deletions
8
docs/pandoc-man.mk
Normal file
8
docs/pandoc-man.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
PANDOC ?= pandoc
|
||||
|
||||
MANSECTION ?= 1
|
||||
|
||||
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man
|
||||
|
||||
%.$(MANSECTION): %.$(MANSECTION).md
|
||||
$(MANPAGE.md) $< -o $@
|
Loading…
Add table
Add a link
Reference in a new issue