X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/8cae2567b6a99f65e5fc28bd4a8475b47d69948e..06a174dfe42020da6138e22c82803cbba9c66b49:/keys/Makefile.am diff --git a/keys/Makefile.am b/keys/Makefile.am index b0e295bb..2c6b26ba 100644 --- a/keys/Makefile.am +++ b/keys/Makefile.am @@ -37,12 +37,12 @@ EXTRA_DIST += tripe-keys.in CLEANFILES += tripe-keys tripe-keys: tripe-keys.in Makefile - $(confsubst) $(srcdir)/tripe-keys.in >$@.new $(SUBSTITUTIONS) && \ + $(SUBST) $(srcdir)/tripe-keys.in >$@.new $(SUBSTITUTIONS) && \ chmod +x $@.new && mv $@.new $@ ## Manual pages. -man_MANS += tripe-keys.8 tripe-keys.conf.5 -CLEANFILES += tripe-keys.8 tripe-keys.conf.5 +man_MANS += tripe-keys.8tripe tripe-keys.conf.5tripe +CLEANFILES += tripe-keys.8tripe tripe-keys.conf.5tripe EXTRA_DIST += tripe-keys.8.in tripe-keys.conf.5.in ## Examples.