diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 12:35:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 12:35:20 -0300 |
commit | 029fa988f80e1b187102f340c75bbd0c38fc088b (patch) | |
tree | da22a60cb3ce130dfa0e83fb955f8bd67ef6f38d | |
parent | dfac71971d7ad2cfb153aed9b01b9fc6880fc09d (diff) | |
download | keyringer-029fa988f80e1b187102f340c75bbd0c38fc088b.tar.gz keyringer-029fa988f80e1b187102f340c75bbd0c38fc088b.tar.bz2 |
Adds build_man make target
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |