From: Jim Meyering Date: Wed, 9 Apr 2003 13:38:39 +0000 (+0000) Subject: tweak white-space to make backslashes line up X-Git-Tag: v5.0.1~782 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bd5187248a7442a8b2d99664d51fb5d573236e2;p=thirdparty%2Fcoreutils.git tweak white-space to make backslashes line up --- diff --git a/man/Makefile.am b/man/Makefile.am index 8c7665372e..0b0456da7c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -136,7 +136,7 @@ check-local: check-x-vs-1 # corresponding .1 file in the definition of $(dist_man_MANS) above. .PHONY: check-x-vs-1 check-x-vs-1: - PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \ + PATH=../src$(PATH_SEPARATOR)$$PATH; export PATH; \ t=ls-files.$$$$; \ (cd $(srcdir) && ls -1 *.x) | sed 's/\.x$$//' | sort > $$t; \ echo $(dist_man_MANS) | fmt -w1 | sed 's/\.1$$//' | sort -u \