X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/025c5f4aa5ffbf8948482a4233318db81c2df5d2..d32965008f328887b38d68d27665503ee875bfe5:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 2b869f4..b8d9316 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -313,7 +313,7 @@ mpdump_LDADD = ## `install' if there are subdirectories. changequote(<, >) -install: install-exec-hook +# install: install-exec-hook install-exec-hook: @pixie="$(DESTDIR)$(bindir)/`echo pixie|sed $(transform)`"; \ if chown root $$pixie && chmod 4755 $$pixie; then \ @@ -329,7 +329,7 @@ changequote(`, ') ## --- Documentation --- man_MANS = \ - key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 \ + key.1 dsig.1 cookie.1 catcrypt.1 catsign.1 hashsum.1 mkphrase.1 \ keyring.5 pixie.1 ## --- Other handy definitions ---