Indent rule commands consistently with a TAB.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 08:48:11 +0000 (10:48 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 08:55:26 +0000 (10:55 +0200)
* lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
spaces, for indentation of commands, even if indentation may not
be needed at all.
* lib/am/texinfos.am (install-info-am): Likewise.
* THANKS: Update.
Prompted by report from John Calcote.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
doc/Makefile.in
lib/Automake/tests/Makefile.in
lib/am/check.am
lib/am/texinfos.am
tests/Makefile.in

index b02b170..83dc740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Indent rule commands consistently with a TAB.
+       * lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
+       spaces, for indentation of commands, even if indentation may not
+       be needed at all.
+       * lib/am/texinfos.am (install-info-am): Likewise.
+       * THANKS: Update.
+       Prompted by report from John Calcote.
+
        parallel-tests: fix recheck* targets for non-GNU make.
        * lib/am/check.am (recheck recheck-html): Override AM_MAKEFLAGS
        to portably transport the TEST_LOGS settings through the
diff --git a/THANKS b/THANKS
index ac3255f..2017bcb 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -155,6 +155,7 @@ Joerg-Martin Schwarz        jms@jms.prima.ruhr.de
 Johan Dahlin           jdahlin@async.com.br
 Johan Danielsson       joda@pdc.kth.se
 Johannes Nicolai       johannes.nicolai@student.hpi.uni-potsdam.de
+John Calcote           john.calcote@gmail.com
 John F Trudeau         JohnTrudeau@firsthealth.com
 John Pierce            hawkfan@pyrotechnics.com
 John Ratliff           autoconf@technoplaza.net
index 8495fd1..189cdfb 100644 (file)
@@ -688,7 +688,7 @@ install-info-am: $(INFO_DEPS)
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
-                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
+                      $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
            if test -f $$ifile; then \
              echo "$$ifile"; \
            else : ; fi; \
index 3556a30..222f751 100644 (file)
@@ -339,7 +339,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \
index 74f0563..6653f7b 100644 (file)
@@ -177,7 +177,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \
index 5dda4ab..8d0eb87 100644 (file)
@@ -198,7 +198,7 @@ install-info-am: $(INFO_DEPS)
 ## `foo' becomes `foo.i' too.
          file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
          for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
-                       $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
+                      $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
            if test -f $$ifile; then \
              echo "$$ifile"; \
            else : ; fi; \
index b7197aa..03d3874 100644 (file)
@@ -1081,7 +1081,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
            msg="$$msg ($$xpass unexpected $$xpasses).  ";              \
            exit=false;;                                                \
          *)                                                            \
-            echo >&2 "incorrect case"; exit 4;;                                \
+           echo >&2 "incorrect case"; exit 4;;                         \
        esac;                                                           \
        if test "$$skip" -ne 0; then                                    \
          if test "$$skip" -eq 1; then                                  \