From: Todd C. Miller Date: Sat, 12 Jan 2002 18:15:53 +0000 (+0000) Subject: Substitute man sections in Makefile.binary X-Git-Tag: SUDO_1_6_4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43a65bb5c6b02cfa9529b49711406793249869ac;p=sudo Substitute man sections in Makefile.binary --- diff --git a/Makefile.in b/Makefile.in index 59f57d013..5ce8604ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -356,10 +356,10 @@ bindist: exit 1 ; \ fi ; \ done ; \ - for i in $(BINSPECIAL) ; do \ - cp $(srcdir)/$$i $$tdir/`echo $$i | sed 's/\.binary$$//'` || \ - exit 1 ; \ - done \ + cp $(srcdir)/INSTALL.binary $$tdir/INSTALL ; \ + sed -e 's/@MANTYPE@/$(mantype)/g' -e 's/@mansectsu@/$(mansectsu)/g' \ + -e 's/@mansectform@/$(mansectform)/g' $(srcdir)/Makefile.binary \ + > $$tdir/Makefile ; \ ) strip sudo strip visudo