]> andersk Git - gssapi-openssh.git/commitdiff
o Add dist sed stuff to the Makefile for the distprep target.
authorcphillip <cphillip>
Thu, 10 Apr 2003 20:32:30 +0000 (20:32 +0000)
committercphillip <cphillip>
Thu, 10 Apr 2003 20:32:30 +0000 (20:32 +0000)
openssh/Makefile.in

index 01f7826c411186dfc6445c364d5a85e007425378..6d9a0be6e5ce01caaaaf898a3df6fd2b91405ecc 100644 (file)
@@ -4,6 +4,7 @@
 #SHELL = @SH@
 
 DISTPERL=perl
+DISTSED=sed
 AUTORECONF=autoreconf
 
 prefix=@prefix@
@@ -106,6 +107,7 @@ PATHSUBS    = \
        -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'
 
 FIXPATHSCMD    = $(SED) $(PATHSUBS)
+DISTFIXPATHSCMD        = $(DISTSED) $(PATHSUBS)
 
 all: $(CONFIGFILES) $(MANPAGES) $(TARGETS)
 
@@ -210,7 +212,7 @@ catman-do:
                echo -n "$$f -> cat.." ; \
                nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' > ./cat/$$f ; \
                echo -n "man.." ; \
-               $(FIXPATHSCMD) $$f | $(DISTPERL) ./mdoc2man.pl > ./man/$$f ; \
+               $(DISTFIXPATHSCMD) $$f | $(DISTPERL) ./mdoc2man.pl > ./man/$$f ; \
                echo "done." ; \
        done
 
This page took 0.938226 seconds and 5 git commands to generate.