mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
initial commit
This commit is contained in:
parent
25069872e5
commit
b8464964ce
54 changed files with 7530 additions and 891 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