From 029fa988f80e1b187102f340c75bbd0c38fc088b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 17 Aug 2013 12:35:20 -0300 Subject: Adds build_man make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8d98a67..2f2e961 100644 --- a/Makefile +++ b/Makefile @@ -38,3 +38,6 @@ install_doc: install: clean @make install_lib install_share install_bin install_doc + +build_man: + pandoc -s -w man share/man/keyringer.1.mdwn -o share/man/keyringer.1 -- cgit v1.2.3