I pushed the attached patch to maint as obvious. Notice that I haven't removed trailing whitespaces from `lib/texinfo.tex' (because it main copy lives in the texinfo repository, and we merely sync it from there), nor from `ChangeLog.96' and `ChangeLog.98' (as I didn't feel comfortable in touching such old ChangeLog entries).
Regards, Stefano
From bb528a71d97ba1b529c314e391253c3b6e2be078 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini <[email protected]> Date: Sun, 9 Jan 2011 15:22:32 +0100 Subject: [PATCH] cosmetics: remove trailing whitespaces * doc/automake.texi: Remove trailing whitespaces. * tests/cond13.test: Likewise. * tests/cond14.test: Likewise. * tests/fort4.test: Likewise. * tests/fort5.test: Likewise. * tests/suffix7.test: Likewise. * tests/vtexi2.test: Likewise. --- ChangeLog | 9 +++++++++ doc/automake.texi | 8 ++++---- tests/cond13.test | 2 +- tests/cond14.test | 2 +- tests/fort4.test | 2 +- tests/fort5.test | 2 +- tests/suffix7.test | 2 +- tests/vtexi2.test | 2 +- 8 files changed, 19 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd260b2..b59819f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-01-09 Stefano Lattarini <[email protected]> + cosmetics: remove trailing whitespaces + * doc/automake.texi: Remove trailing whitespaces. + * tests/cond13.test: Likewise. + * tests/cond14.test: Likewise. + * tests/fort4.test: Likewise. + * tests/fort5.test: Likewise. + * tests/suffix7.test: Likewise. + * tests/vtexi2.test: Likewise. + automake: minor fixes in comments * automake.in: Some minor fixes and enhancements in comments. diff --git a/doc/automake.texi b/doc/automake.texi index 775c95f..1af17b8 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -157,8 +157,8 @@ Use Cases for the GNU Build System A Small Hello World * Creating amhello:: Create @file{amhello-1.0.tar.gz} from scratch -* amhello's configure.ac Setup Explained:: -* amhello's Makefile.am Setup Explained:: +* amhello's configure.ac Setup Explained:: +* amhello's Makefile.am Setup Explained:: General ideas @@ -1396,8 +1396,8 @@ by the Autotools. @anchor{amhello Explained} @menu * Creating amhello:: Create @file{amhello-1.0.tar.gz} from scratch -* amhello's configure.ac Setup Explained:: -* amhello's Makefile.am Setup Explained:: +* amhello's configure.ac Setup Explained:: +* amhello's Makefile.am Setup Explained:: @end menu @node Creating amhello diff --git a/tests/cond13.test b/tests/cond13.test index d8c4361..e5f6be9 100755 --- a/tests/cond13.test +++ b/tests/cond13.test @@ -33,7 +33,7 @@ cat > Makefile.am << 'END' noinst_LIBRARIES = libtest.a if COND1 -SOURCEVAR1 = +SOURCEVAR1 = SOURCEVAR2 = habla.cpp espanol.cpp else SOURCEVAR1 = dummy.cpp diff --git a/tests/cond14.test b/tests/cond14.test index 2779a3d..09701f7 100755 --- a/tests/cond14.test +++ b/tests/cond14.test @@ -33,7 +33,7 @@ BUILD_helldl = helldl helldl_SOURCES = dlmain.c helldl_DEPENDENCIES = libhello.la else -BUILD_helldl = +BUILD_helldl = bin_SCRIPTS = helldl helldl$(EXEEXT): rm -f $@ diff --git a/tests/fort4.test b/tests/fort4.test index 605a377..b928a61 100755 --- a/tests/fort4.test +++ b/tests/fort4.test @@ -62,7 +62,7 @@ cat >Makefile.am <<'END' bin_PROGRAMS = hello goodbye hello_SOURCES = hello.f foo.f90 sub/bar.f90 goodbye_SOURCES = bye.f90 sub/baz.f -goodbye_FCFLAGS = +goodbye_FCFLAGS = LDADD = $(FCLIBS) END diff --git a/tests/fort5.test b/tests/fort5.test index cd2a7d5..d6151a7 100755 --- a/tests/fort5.test +++ b/tests/fort5.test @@ -70,7 +70,7 @@ hello_LDADD = libhello.la libhello_la_SOURCES = foo.f90 sub/bar.f90 libhello_la_LIBADD = libgoodbye.la libgoodbye_la_SOURCES = bye.f90 sub/baz.f -libgoodbye_la_FCFLAGS = +libgoodbye_la_FCFLAGS = LDADD = $(FCLIBS) END diff --git a/tests/suffix7.test b/tests/suffix7.test index 60058b8..eb67195 100755 --- a/tests/suffix7.test +++ b/tests/suffix7.test @@ -15,7 +15,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Test to make sure Automake supports implicit rules "confusing" -# extensions. Inspired by a mail from Alex Hornby. +# extensions. Inspired by a mail from Alex Hornby. . ./defs || Exit 1 diff --git a/tests/vtexi2.test b/tests/vtexi2.test index e1a1b93..f6a2bf4 100755 --- a/tests/vtexi2.test +++ b/tests/vtexi2.test @@ -29,7 +29,7 @@ info_TEXINFOS = zardoz.texi END cat > zardoz.texi << 'END' -...@setfilename zardoz +...@setfilename zardoz @include version.texi END -- 1.7.2.3
