diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-09 13:38:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-09 13:38:39 +0000 |
commit | 4bd5187248a7442a8b2d99664d51fb5d573236e2 (patch) | |
tree | 6448abc368ae8c7fa1c485de710a995920fc7e00 /man | |
parent | 242dabb9421616c9714bc56c2ca663640df2cda3 (diff) | |
download | coreutils-4bd5187248a7442a8b2d99664d51fb5d573236e2.tar.xz |
tweak white-space to make backslashes line up
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 8c7665372..0b0456da7 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 \ |