From: Silvio Rhatto Date: Tue, 17 Sep 2013 01:09:22 +0000 (-0300) Subject: Makefile fixes, setting section on debian/control X-Git-Tag: 0.2.3~7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=14071b3ca8f6c17ed9eea5b2203c753851c88dc9;p=keyringer.git Makefile fixes, setting section on debian/control --- diff --git a/Makefile b/Makefile index e49cd62..8f6948f 100644 --- a/Makefile +++ b/Makefile @@ -37,10 +37,14 @@ install_doc: $(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) -D --mode=0644 share/man/keyringer.1 $(DESTDIR)/$(PREFIX)/share/man/man1/keyringer.1 + +# TODO: zsh completion +install_completion: + $(INSTALL) -D --mode=0644 lib/keyringer/completions/bash/keyringer $(DESTDIR)/$(PREFIX)/etc/bash_completion.d/keyringer install: clean - @make install_lib install_share install_bin install_doc install_man + @make install_lib install_share install_bin install_doc install_man install_completion build_man: pandoc -s -w man share/man/keyringer.1.mdwn -o share/man/keyringer.1 diff --git a/debian/control b/debian/control index 3a1751a..665d182 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: keyringer -Section: unknown +Section: main Priority: extra Maintainer: Silvio Rhatto Build-Depends: debhelper (>= 7.0.50~)