fix: update Makefile for better pandoc options
This commit is contained in:
parent
304d459ddb
commit
542fcbe50e
|
@ -2,7 +2,10 @@ PANDOC ?= pandoc
|
|||
|
||||
MANSECTION ?= 1
|
||||
|
||||
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man
|
||||
PANDOC_OPTIONS=-f gfm+definition_lists --standalone
|
||||
|
||||
|
||||
MANPAGE.md = $(PANDOC) --standalone $(PANDOC_OPTIONS) --to man
|
||||
|
||||
%.$(MANSECTION): %.$(MANSECTION).md
|
||||
$(MANPAGE.md) $< -o $@
|
Loading…
Reference in New Issue