mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
move documents
This commit is contained in:
parent
8cd0fe4883
commit
68a08e79e6
9 changed files with 0 additions and 0 deletions
8
documents/pandoc-man.mk
Normal file
8
documents/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