move documents

This commit is contained in:
zenobit 2023-03-22 23:23:55 +01:00
parent 8cd0fe4883
commit 68a08e79e6
9 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
PANDOC ?= pandoc
MANSECTION ?= 1
MANPAGE.md = $(PANDOC) --standalone $(PANDOCFLAGS) --to man
%.$(MANSECTION): %.$(MANSECTION).md
$(MANPAGE.md) $< -o $@