X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/2379936b92ef1bf0ed0923a42ffd93846073c437..e2590393156ec984aafcd143e12a95f2711ace86:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 36153b0..4a115fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,15 +270,9 @@ shadowfix.8: shadowfix.in $(AM_V_GEN)pod2man --section 8 $(srcdir)/shadowfix.in >$@.new && \ mv $@.new $@ -bin_SCRIPTS += unfwd -CLEANFILES += unfwd -EXTRA_DIST += unfwd.in +dist_bin_SCRIPTS += unfwd dist_man_MANS += unfwd.1 -unfwd: unfwd.in Makefile - $(SUBST) $(srcdir)/unfwd.in >$@.new $(SUBSTITUTIONS) && \ - chmod +x $@.new && mv $@.new $@ - endif ## Perl modules.