X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/blobdiff_plain/d38dc450f0649c09a968588be167075b06679c47..4c8c406559cd6b201004955a3db7cb3386a0f00d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 66745ed..1d362c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ extract-profile: extract-profile.in Makefile ### Main driver program and commands. ## Main driver. -bin_SCRIPTS += keys +sbin_SCRIPTS += keys EXTRA_DIST += keys.in CLEANFILES += keys keys: keys.in Makefile @@ -100,6 +100,7 @@ keyfunc.sh: keyfunc.sh.in Makefile dist_pkglib_SCRIPTS += keys.archive dist_pkglib_SCRIPTS += keys.conceal dist_pkglib_SCRIPTS += keys.keeper-cards +dist_pkglib_SCRIPTS += keys.keeper-nub dist_pkglib_SCRIPTS += keys.new-keeper dist_pkglib_SCRIPTS += keys.new-recov dist_pkglib_SCRIPTS += keys.recover @@ -110,7 +111,7 @@ dist_pkglib_SCRIPTS += keys.stash ### Crypto operations. ## Main driver program. -sbin_SCRIPTS += cryptop +bin_SCRIPTS += cryptop EXTRA_DIST += cryptop.in CLEANFILES += cryptop cryptop: cryptop.in Makefile @@ -160,4 +161,15 @@ dist-hook:: EXTRA_DIST += config/auto-version +###-------------------------------------------------------------------------- +### Debian packaging. + +EXTRA_DIST += debian/changelog debian/control debian/copyright +EXTRA_DIST += debian/rules debian/compat + +EXTRA_DIST += debian/distorted-keys.install +EXTRA_DIST += debian/distorted-keys.postinst + +EXTRA_DIST += debian/admin.users debian/admin.groups + ###----- That's all, folks --------------------------------------------------