aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-05 18:24:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-05 18:24:27 -0300
commit43483167db3c675098f2ba2e7e3658461e3eaa0d (patch)
tree277a8e8d4cb439b44ca2fe43493f5c22ac916ee0 /Makefile
parent2cac0edc778cc6112dcf74b63255194adac2aa90 (diff)
downloadkeyringer-43483167db3c675098f2ba2e7e3658461e3eaa0d.tar.gz
keyringer-43483167db3c675098f2ba2e7e3658461e3eaa0d.tar.bz2
Adding install_man target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c353df7..030918a 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,11 @@ install_doc:
$(INSTALL) -D --mode=0644 README $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/README
$(INSTALL) -D --mode=0644 LICENSE $(DESTDIR)/$(PREFIX)/share/doc/$(PACKAGE)/LICENSE
+install_man:
+ $(INSTALL) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1
+
install: clean
- @make install_lib install_share install_bin install_doc
+ @make install_lib install_share install_bin install_doc install_man
build_man:
pandoc -s -w man share/man/keyringer.1.mdwn -o share/man/keyringer.1