From: Todd C. Miller Date: Sat, 12 Jan 2002 19:00:15 +0000 (+0000) Subject: Fix mansect substitution X-Git-Tag: SUDO_1_6_4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96fc0545c2eb0f96297d06cddcb14ede46c8f404;p=sudo Fix mansect substitution --- diff --git a/Makefile.binary b/Makefile.binary index 492d02ed8..1cf6901c9 100644 --- a/Makefile.binary +++ b/Makefile.binary @@ -58,9 +58,9 @@ visudodir = $(sbindir) sudoersdir = $(sysconfdir) # Directory in which to install the man page -mantype = @MANTYPE@ -mansectsu = @mansectsu@ -mansectform = @mansectform@ +mantype = @_MANTYPE@ +mansectsu = @_mansectsu@ +mansectform = @_mansectform@ mandirsu = $(mandir)/$(mantype)$(mansectsu) mandirform = $(mandir)/$(mantype)$(mansectform) diff --git a/Makefile.in b/Makefile.in index 5ce8604ad..479ccab49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -357,8 +357,8 @@ bindist: fi ; \ 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 \ + sed -e 's/@_MANTYPE@/$(mantype)/g' -e 's/@_mansectsu@/$(mansectsu)/g' \ + -e 's/@_mansectform@/$(mansectform)/g' $(srcdir)/Makefile.binary \ > $$tdir/Makefile ; \ ) strip sudo