mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
7 lines
166 B
Makefile
7 lines
166 B
Makefile
PANDOC ?= pandoc
|
|
PANDOC_OPTIONS = -f gfm+definition_lists
|
|
|
|
.SUFFIXES: .1.md .1 .5.md .5
|
|
|
|
.1.md.1 .5.md.5:
|
|
$(PANDOC) --standalone $(PANDOC_OPTIONS) --to man -o $@ $<
|