]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tweak white-space to make backslashes line up
authorJim Meyering <jim@meyering.net>
Wed, 9 Apr 2003 13:38:39 +0000 (13:38 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Apr 2003 13:38:39 +0000 (13:38 +0000)
man/Makefile.am

index 8c7665372e12e1eea539fe3374f4412e06016136..0b0456da7ccaba79a0d4f6e6e5f69f882e224033 100644 (file)
@@ -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     \