aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-17 12:35:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-17 12:35:20 -0300
commit029fa988f80e1b187102f340c75bbd0c38fc088b (patch)
treeda22a60cb3ce130dfa0e83fb955f8bd67ef6f38d /Makefile
parentdfac71971d7ad2cfb153aed9b01b9fc6880fc09d (diff)
downloadkeyringer-029fa988f80e1b187102f340c75bbd0c38fc088b.tar.gz
keyringer-029fa988f80e1b187102f340c75bbd0c38fc088b.tar.bz2
Adds build_man make target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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